Skip to content

Commit

Permalink
Update utaitedb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amogus07 authored Aug 22, 2024
1 parent 4f02696 commit 3fd4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beetsplug/utaitedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 3fd4ae1

Please sign in to comment.