diff options
Diffstat (limited to 'Emby.Dlna/IUpnpService.cs')
| -rw-r--r-- | Emby.Dlna/IUpnpService.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Dlna/IUpnpService.cs b/Emby.Dlna/IUpnpService.cs index 0f3d327ed..289e2df78 100644 --- a/Emby.Dlna/IUpnpService.cs +++ b/Emby.Dlna/IUpnpService.cs @@ -1,3 +1,6 @@ +#pragma warning disable CS1591 +#pragma warning disable SA1600 + using System.Threading.Tasks; namespace Emby.Dlna |
