Explorar o código

Update PlayToManager.cs

removed tab
BaronGreenback %!s(int64=4) %!d(string=hai) anos
pai
achega
fde5afc36b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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)
             {