refactor: remove console logs
This commit is contained in:
@@ -186,7 +186,6 @@ class JellyfinAPI {
|
||||
public async getLibraries(): Promise<JellyfinLibrary[]> {
|
||||
try {
|
||||
const mediaFolders = await this.axios.get<any>(`/Library/MediaFolders`);
|
||||
console.log(mediaFolders.data.Items);
|
||||
|
||||
return this.mapLibraries(mediaFolders.data.Items);
|
||||
} catch (mediaFoldersError) {
|
||||
|
||||
Reference in New Issue
Block a user