Update PlayToManager.cs

removed tab
This commit is contained in:
BaronGreenback
2020-09-08 09:26:52 +01:00
committed by GitHub
parent 544db8cc06
commit fde5afc36b

View File

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