Move cover path func to LibraryItem model

This commit is contained in:
advplyr 2024-11-02 12:56:40 -05:00
parent c25acb41fa
commit 7a1623e6a1
5 changed files with 30 additions and 25 deletions

View file

@ -23,7 +23,7 @@ class Auth {
/**
* Checks if the request should not be authenticated.
* @param {import('express').Request} req
* @param {Request} req
* @returns {boolean}
* @private
*/