Tobias Conradi 9 лет назад
Родитель
Сommit
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"];