reAudioPlayer / one

The open source audio player with the most extensive catalogue
https://reaudioplayer.github.io/one/
GNU General Public License v3.0
4 stars 0 forks source link

add metadata in UI for playlists, albums #73

Closed github-actions[bot] closed 9 months ago

github-actions[bot] commented 1 year ago

https://github.com/reAudioPlayer/one/blob/a4235e035a73ea47a93b5ee1ac95c04a25cddfaf/src/server/handler/meta.py#L179


            tracks = result.unwrap()
            metadatas = [ Metadata(self._spotify, track.url) for track in tracks ]
            # TODO add metadata in UI for playlists, albums
            return result.transform([ (metadata.toDict()) for metadata in metadatas ])
        data = await asyncRunInThreadWithReturn(_implement)

        if not data:
github-actions[bot] commented 9 months ago

Closed in 7b65dab9d874014750d14182d8b1e3b6e643f1c6