🔧 Fixed a comics path
This commit is contained in:
@@ -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) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user