mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-18 22:56:38 +01:00
Added in pragma warning disable for CA1815 warning.
Co-authored-by: Derpipose <90276123+Derpipose@users.noreply.github.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
#pragma warning disable CA1815
|
||||
|
||||
namespace Emby.Naming.AudioBook
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#pragma warning disable CA1815
|
||||
|
||||
namespace Emby.Naming.Video
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#pragma warning disable CS1591
|
||||
#pragma warning disable CA1815
|
||||
|
||||
using System.Globalization;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user