Fix suggestions from review

This commit is contained in:
crobibero
2021-05-15 15:33:50 -06:00
parent 6bcbc2b88a
commit b6dda30a33
7 changed files with 21 additions and 24 deletions

View File

@@ -22,15 +22,14 @@ namespace MediaBrowser.Controller.Playlists
{
public class Playlist : Folder, IHasShares
{
public static readonly IReadOnlyList<string> SupportedExtensions =
new[]
{
".m3u",
".m3u8",
".pls",
".wpl",
".zpl"
};
public static readonly IReadOnlyList<string> SupportedExtensions = new[]
{
".m3u",
".m3u8",
".pls",
".wpl",
".zpl"
};
public Guid OwnerUserId { get; set; }