mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-08 00:39:25 +01:00
Added compiler warning overrides
This commit is contained in:
@@ -755,7 +755,9 @@ namespace MediaBrowser.ServerApplication
|
||||
#if DEBUG
|
||||
return false;
|
||||
#endif
|
||||
#pragma warning disable 162
|
||||
return NativeApp.CanSelfUpdate;
|
||||
#pragma warning restore 162
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user