mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Allocate less Lists
This commit is contained in:
@@ -87,7 +87,7 @@ namespace MediaBrowser.Providers.Playlists
|
||||
return GetPlsItems(stream);
|
||||
}
|
||||
|
||||
return new List<LinkedChild>();
|
||||
return Enumerable.Empty<LinkedChild>();
|
||||
}
|
||||
|
||||
private IEnumerable<LinkedChild> GetPlsItems(Stream stream)
|
||||
|
||||
Reference in New Issue
Block a user