mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Enable nullable reference types for Emby.Server.Implementations
This commit is contained in:
parent
e8790bfa96
commit
7e8428e588
151 changed files with 300 additions and 99 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#nullable disable
|
||||
|
||||
#pragma warning disable CS1591
|
||||
|
||||
using Jellyfin.Data.Entities;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue