mirror of
https://github.com/Jellify-Music/App.git
synced 2026-04-26 13:00:00 -05:00
add some logging
This commit is contained in:
@@ -13,6 +13,8 @@ import { QueryConfig } from "../query.config";
|
||||
export async function search(searchString: string | undefined) : Promise<BaseItemDto[]> {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
||||
console.debug("Searching Jellyfin for items")
|
||||
|
||||
if (isEmpty(searchString))
|
||||
resolve([]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user