turn SupportsPersistentIdentifier off

This commit is contained in:
Charles Ewert 2023-06-01 00:38:31 -04:00
parent 0027295dad
commit bb499cabd3

View File

@ -9,7 +9,7 @@ function getDeviceCapabilities() as object
"Photo"
],
"SupportedCommands": [],
"SupportsPersistentIdentifier": true,
"SupportsPersistentIdentifier": false,
"SupportsMediaControl": false,
"DeviceProfile": getDeviceProfile()
}