refactor: remove more console logs

This commit is contained in:
fallenbagel
2024-04-15 22:59:50 +05:00
parent 6293dc2b70
commit 7ab40cbbf3

View File

@@ -286,8 +286,6 @@ settingsRoutes.get('/jellyfin/library', async (req, res, next) => {
// This only affects LDAP users
const account = await jellyfinClient.getUser();
console.log(account.Configuration.GroupedFolders.length);
// Automatic Library grouping is not supported when user views are used to get library
if (account.Configuration.GroupedFolders.length > 0) {
return next({ status: 501, message: 'SYNC_ERROR_GROUPED_FOLDERS' });