This website works better with JavaScript.
Explore
Help
Register
Sign In
open-source-mirrors
/
jellyfin
mirror of
https://github.com/jellyfin/jellyfin
Watch
1
Star
0
Fork
You've already forked jellyfin
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
disable nullable errors for new model
Browse Source
pull/3244/head
dkanada
5 years ago
parent
52cd955a8f
commit
3f58bd7c58
1 changed files
with
1 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
1
MediaBrowser.Model/Updates/RepositoryInfo.cs
Unescape
Escape
View File
@ -1,3 +1,4 @@
#nullable disable
using
System
;
using
System
;
namespace
MediaBrowser.Model.Updates
namespace
MediaBrowser.Model.Updates
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
open-source-mirrors/jellyfin
Title
Body
Create Issue