Change size and position of QualityInfo in the Player
This commit is contained in:
@@ -27,6 +27,8 @@ const mapToAudioLists = (item) => {
|
||||
albumId: item.albumId,
|
||||
artistId: item.albumArtistId,
|
||||
duration: item.duration,
|
||||
suffix: item.suffix,
|
||||
bitRate: item.bitRate,
|
||||
musicSrc: subsonic.url('stream', id, { ts: true }),
|
||||
cover: subsonic.getCoverArtUrl(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user