mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
ReSharper conform to 'var' settings
This commit is contained in:
@@ -131,7 +131,7 @@ namespace MediaBrowser.Providers.Playlists
|
||||
|
||||
private IEnumerable<LinkedChild> GetWplItems(Stream stream)
|
||||
{
|
||||
WplContent content = new WplContent();
|
||||
var content = new WplContent();
|
||||
var playlist = content.GetFromStream(stream);
|
||||
|
||||
return playlist.PlaylistEntries.Select(i => new LinkedChild
|
||||
|
||||
Reference in New Issue
Block a user