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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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