mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00: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 System;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue