Update PlayToManager.cs

removed tab
pull/4084/head
BaronGreenback 4 years ago committed by GitHub
parent 544db8cc06
commit fde5afc36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save