aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Devices
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-08-09 23:16:24 +0200
committerBond_009 <bond.009@outlook.com>2019-08-09 23:16:24 +0200
commit2a58c643d24354ad8b6c45451bcedf82caa344c0 (patch)
tree31d7cbb30889ccec40001de1cff5d0a6d326b0d4 /Emby.Server.Implementations/Devices
parent779f0c637f4c280561029535a5b2160f34813b53 (diff)
Fix more warnings
Diffstat (limited to 'Emby.Server.Implementations/Devices')
-rw-r--r--Emby.Server.Implementations/Devices/DeviceId.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Devices/DeviceId.cs b/Emby.Server.Implementations/Devices/DeviceId.cs
index 495c3436a..a470fc482 100644
--- a/Emby.Server.Implementations/Devices/DeviceId.cs
+++ b/Emby.Server.Implementations/Devices/DeviceId.cs
@@ -2,7 +2,6 @@ using System;
using System.IO;
using System.Text;
using MediaBrowser.Common.Configuration;
-using MediaBrowser.Model.IO;
using Microsoft.Extensions.Logging;
namespace Emby.Server.Implementations.Devices