🔧 Support for LOCG

This commit is contained in:
2022-05-23 23:02:05 -07:00
parent 0b195d6ff3
commit c4b421bc28
6 changed files with 108 additions and 59 deletions

View File

@@ -116,7 +116,9 @@ export default class QueueService extends Service {
// since we already have at least 1 copy
// mark it as not wanted by default
acquisition: {
wanted: false,
source: {
wanted: false,
},
},
});
return {
@@ -176,7 +178,7 @@ export default class QueueService extends Service {
unarchiveComicBook: {
rest: "POST /unarchiveComicBook",
params: {},
handler: async (ctx: Context<{}>) => { },
handler: async (ctx: Context<{}>) => {},
},
},
methods: {},