Update PlayToManager.cs
removed tab
This commit is contained in:
parent
544db8cc06
commit
fde5afc36b
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user