mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-18 01:39:38 +00:00
Small fixes
This commit is contained in:
parent
08a41e37b4
commit
5ea423072b
4 changed files with 5 additions and 11 deletions
|
|
@ -705,7 +705,7 @@ class Database {
|
|||
* @param {string} providerSlug
|
||||
* @return {boolean}
|
||||
*/
|
||||
async doesCustomProviderExistBySlug(providerSlug) {
|
||||
async doesCustomProviderExistWithSlug(providerSlug) {
|
||||
const id = providerSlug.split("custom-")[1]
|
||||
|
||||
if (!id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue