mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-08-24 20:34:04 +02:00
Small fixes
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user