소스 검색

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)
             {