mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 21:08:27 +01:00
Reduce warnings in MediaBrowser.Controller
This commit is contained in:
@@ -22,7 +22,8 @@ namespace MediaBrowser.Controller.Playlists
|
||||
{
|
||||
public class Playlist : Folder, IHasShares
|
||||
{
|
||||
public static string[] SupportedExtensions =
|
||||
public static readonly IReadOnlyList<string> SupportedExtensions =
|
||||
new[]
|
||||
{
|
||||
".m3u",
|
||||
".m3u8",
|
||||
|
||||
Reference in New Issue
Block a user