mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03: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