This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
disable nullable errors for new model
dkanada
5 years ago
parent
52cd955a8f
commit
3f58bd7c58
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
MediaBrowser.Model/Updates/RepositoryInfo.cs
+ 1
- 0
MediaBrowser.Model/Updates/RepositoryInfo.cs
View File
@@ -1,3 +1,4 @@
+#nullable disable
using System;
using System;
namespace MediaBrowser.Model.Updates
namespace MediaBrowser.Model.Updates