🔧 Fixed a comics path

This commit is contained in:
2022-05-08 16:12:07 -07:00
parent 7ab2876e19
commit 7b2e94d9dd

View File

@@ -63,7 +63,7 @@ export default class OpdsService extends Service {
ext ext
); );
const href = encodeURI( const href = encodeURI(
`/api/file/${file}` `/opds/file/${file}`
); );
const type = const type =
lookup(ext) || lookup(ext) ||