mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Fix warnings MediaBrowser.Model
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable SA1600
|
||||
|
||||
using System;
|
||||
using MediaBrowser.Model.Entities;
|
||||
|
||||
namespace MediaBrowser.Model.Providers
|
||||
@@ -17,7 +21,7 @@ namespace MediaBrowser.Model.Providers
|
||||
|
||||
public ImageProviderInfo()
|
||||
{
|
||||
SupportedImages = new ImageType[] { };
|
||||
SupportedImages = Array.Empty<ImageType>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user