mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
update translations
This commit is contained in:
@@ -130,6 +130,12 @@ namespace MediaBrowser.XbmcMetadata.Parsers
|
||||
item.SetProviderId(MetadataProviders.Imdb, imdbId);
|
||||
}
|
||||
|
||||
// If the file is just an imdb url, don't go any further
|
||||
if (index == 0)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
xml = xml.Substring(0, index + 1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user