浏览代码

Update PlayToManager.cs

removed tab
BaronGreenback 4 年之前
父节点
当前提交
fde5afc36b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Emby.Dlna/PlayTo/PlayToManager.cs

+ 2 - 2
Emby.Dlna/PlayTo/PlayToManager.cs

@@ -132,9 +132,9 @@ namespace Emby.Dlna.PlayTo
 
         private static string GetUuid(string usn)
         {
-            const string uuidStr ="uuid:";
+            const string uuidStr = "uuid:";
             const string uuidColonStr = "::";
-            
+
             var index = usn.IndexOf(uuidStr, StringComparison.OrdinalIgnoreCase);
             if (index != -1)
             {