From 3fd4ae136bf5fbe628d526e3334202c713199e3c Mon Sep 17 00:00:00 2001 From: Konstantin <78656278+amogus07@users.noreply.github.com> Date: Thu, 22 Aug 2024 15:43:57 +0200 Subject: [PATCH] Update utaitedb.py --- beetsplug/utaitedb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/utaitedb.py b/beetsplug/utaitedb.py index dc49147..4e62141 100644 --- a/beetsplug/utaitedb.py +++ b/beetsplug/utaitedb.py @@ -3,7 +3,7 @@ class UtaiteDBPlugin(VocaDBPlugin): def __init__(self): super().__init__() - self.db_name = "UtaiteDB" + self.data_source = "UtaiteDB" self.base_url = "https://utaiteadb.net/" self.api_url = "https://utaitedb.net/api/" self.subcommand = "udbsync"