full reworked images to download (cache) first

This commit is contained in:
austinried
2021-08-13 11:42:25 +09:00
parent 187cce16d9
commit f82a9b55bd
17 changed files with 426 additions and 209 deletions

View File

@@ -182,7 +182,7 @@ export function mapChildToSong(child: ChildElement, client: SubsonicApiClient):
}
}
export function mapAlbumID3WithSongstoAlbunWithSongs(
export function mapAlbumID3WithSongstoAlbumWithSongs(
album: AlbumID3Element,
songs: ChildElement[],
client: SubsonicApiClient,