diff options
| author | Bond_009 <bond.009@outlook.com> | 2022-11-08 21:13:57 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2022-12-07 16:44:00 +0100 |
| commit | cf67381e310789f5c2f594b51c6170cf7e9019d0 (patch) | |
| tree | 170ab67cfa9527005d79b2840a54a824b6a69807 /Emby.Dlna/Service/BaseService.cs | |
| parent | b366dc2e6e5be2b93f2b6fcc4549a32b655c3806 (diff) | |
Fix release build
Diffstat (limited to 'Emby.Dlna/Service/BaseService.cs')
| -rw-r--r-- | Emby.Dlna/Service/BaseService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Dlna/Service/BaseService.cs b/Emby.Dlna/Service/BaseService.cs index 68fd98758..67e7bf6a6 100644 --- a/Emby.Dlna/Service/BaseService.cs +++ b/Emby.Dlna/Service/BaseService.cs @@ -1,3 +1,4 @@ +#nullable disable #pragma warning disable CS1591 using System.Net.Http; |
