2
0
Эх сурвалжийг харах

Update PlayToManager.cs

removed tab
BaronGreenback 4 жил өмнө
parent
commit
fde5afc36b

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