mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 12:44:19 +01:00
Enable nullabe reference types for MediaBrowser.Model
This commit is contained in:
@@ -5,6 +5,7 @@ namespace MediaBrowser.Model.Net
|
||||
public class EndPointInfo
|
||||
{
|
||||
public bool IsLocal { get; set; }
|
||||
|
||||
public bool IsInNetwork { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user