فهرست منبع

PlexParser: Fix PlexExtractToken returning nil

This could lead to crashes on auth error.
Edgar Fouillet 5 سال پیش
والد
کامیت
8c5c65a797
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      SharedSources/ServerBrowsing/Plex/VLCPlexParser.m

+ 1 - 1
SharedSources/ServerBrowsing/Plex/VLCPlexParser.m

@@ -158,7 +158,7 @@ static NSString *const kPlexVLCDeviceName = @"VLC for iOS";
         token = [[NSArray arrayWithArray:_containerInfo] firstObject][@"token"];
     }
 
-    return token;
+    return token ? token : @"";
 }
 
 #pragma mark - Parser