mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-28 11:28:27 +01:00
make controller project portable
This commit is contained in:
@@ -1140,7 +1140,10 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
{
|
||||
var idParts = part.Split('=');
|
||||
|
||||
item.SetProviderId(idParts[0], idParts[1]);
|
||||
if (idParts.Length == 2)
|
||||
{
|
||||
item.SetProviderId(idParts[0], idParts[1]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user