Tobias Conradi пре 9 година
родитељ
комит
838767b46c
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      SharedSources/ServerBrowsing/Plex/VLCNetworkServerBrowserPlex.m

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

@@ -173,7 +173,7 @@
         if (thumbPath) {
             thumbPath = [VLCPlexWebAPI urlAuth:thumbPath authentification:auth];
         }
-        _thumbnailURL = thumbPath.length ? [baseURL URLByAppendingPathComponent:thumbPath] : nil;
+        _thumbnailURL = thumbPath.length ? [NSURL URLWithString:thumbPath] : nil;
 
 
         _duration = dictionary[@"duration"];