Basic working diva frontend with name editing and lv string editing. Working on playlog page

This commit is contained in:
=
2024-06-11 21:48:34 +02:00
parent 1b5b9d7f9a
commit 1f9c1798c4
7 changed files with 569 additions and 9 deletions

View File

@ -102,7 +102,7 @@ class DivaProfileData(BaseData):
self.logger.error(
f"update_profile: failed to update profile! profile: {aime_id}"
)
return None
return result
async def get_profile(self, aime_id: int, version: int) -> Optional[List[Dict]]:
"""