Change playlist handling

This commit is contained in:
Wolfgang Kulhanek
2025-10-22 17:53:46 +02:00
parent 53021a9da1
commit d69b442019
2 changed files with 6 additions and 0 deletions

View File

@@ -1161,6 +1161,7 @@ describe("wsdl api", () => {
title: "Playlists",
albumArtURI: iconArtURI(bonobUrl, "playlists").href(),
itemType: "playlist",
canEnumerate: true,
attributes: {
readOnly: "false",
renameable: "false",
@@ -1261,6 +1262,7 @@ describe("wsdl api", () => {
title: "Afspeellijsten",
albumArtURI: iconArtURI(bonobUrl, "playlists").href(),
itemType: "playlist",
canEnumerate: true,
attributes: {
readOnly: "false",
renameable: "false",
@@ -1497,6 +1499,7 @@ describe("wsdl api", () => {
playlist
).href(),
canPlay: true,
canEnumerate: true,
attributes: {
readOnly: "false",
userContent: "false",
@@ -1529,6 +1532,7 @@ describe("wsdl api", () => {
playlist
).href(),
canPlay: true,
canEnumerate: true,
attributes: {
readOnly: "false",
userContent: "false",