-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Milestone
Description
function returns response item - can this be changes to response['data'] instead?
def edit_song(self, song_id: int, songcategory_id=None, title=None, author=None, copyright=None, ccli=None, practice_yn=None, ):
and
def delete_song(self, song_id: int):
and
def add_song_tag(self, song_id: int, song_tag_id: int):
and
def remove_song_tag(self, song_id: int, song_tag_id: int):