mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 07:10:45 +00:00
Enable nullable reference types for MediaBrowser.MediaEncoding.Subtitles
This commit is contained in:
parent
c6ca722e57
commit
26d7fc8280
18 changed files with 65 additions and 52 deletions
|
|
@ -1,3 +1,4 @@
|
|||
#nullable disable
|
||||
#pragma warning disable CS1591
|
||||
|
||||
using System;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue