mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-22 09:53:32 +01:00
Ability to edit navidrome playlists from sonos app
This commit is contained in:
@@ -7,7 +7,7 @@ import logger from "./logger";
|
||||
import { SOAP_PATH, STRINGS_ROUTE, PRESENTATION_MAP_ROUTE } from "./smapi";
|
||||
import qs from "querystring"
|
||||
|
||||
export const PRESENTATION_AND_STRINGS_VERSION = "15";
|
||||
export const PRESENTATION_AND_STRINGS_VERSION = "18";
|
||||
|
||||
export type Capability =
|
||||
| "search"
|
||||
@@ -22,7 +22,7 @@ export const BONOB_CAPABILITIES: Capability[] = [
|
||||
"search",
|
||||
// "trFavorites",
|
||||
// "alFavorites",
|
||||
// "ucPlaylists",
|
||||
"ucPlaylists",
|
||||
"extendedMD",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user