mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user