|
|
@ -132,7 +132,7 @@ namespace Emby.Dlna.PlayTo
|
|
|
|
|
|
|
|
|
|
|
|
private static string GetUuid(string usn)
|
|
|
|
private static string GetUuid(string usn)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
const string uuidStr ="uuid:";
|
|
|
|
const string uuidStr = "uuid:";
|
|
|
|
const string uuidColonStr = "::";
|
|
|
|
const string uuidColonStr = "::";
|
|
|
|
|
|
|
|
|
|
|
|
var index = usn.IndexOf(uuidStr, StringComparison.OrdinalIgnoreCase);
|
|
|
|
var index = usn.IndexOf(uuidStr, StringComparison.OrdinalIgnoreCase);
|
|
|
|