mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-20 16:50:33 -05:00
maybe this?
This commit is contained in:
@@ -25,7 +25,7 @@ export function fetchPlaylistLibrary(api: Api): Promise<BaseItemDto> {
|
||||
return new Promise(async (resolve, reject) => {
|
||||
console.debug("Fetching playlist library from Jellyfin");
|
||||
|
||||
let libraries = await getItemsApi(api).getItems({ includeItemTypes: ['ManualPlaylistsFolder'] });
|
||||
let libraries = await getItemsApi(api).getItems({ includeItemTypes: ['ManualPlaylistsFolder'], nameStartsWith: "Playlists" });
|
||||
|
||||
if (isUndefined(libraries.data.Items)) {
|
||||
console.warn("No playlist libraries found on Jellyfin");
|
||||
|
||||
Reference in New Issue
Block a user