mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
update playlist xml saving
This commit is contained in:
@@ -1045,13 +1045,6 @@ namespace MediaBrowser.Controller.Entities
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (info.ItemIndexNumber.HasValue)
|
||||
{
|
||||
if (info.ItemIndexNumber.Value != (i.IndexNumber ?? -1))
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user