Skip to content

Check response of 2 functions  #49

@bensteUEM

Description

@bensteUEM

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):

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions