Fix: duplicated tracks in multi-disc albums

This commit is contained in:
Marcos Peña 2021-12-13 18:32:05 +01:00 committed by JuniorJPDJ
parent f1e86e4cae
commit a561e4a315
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</translate> </translate>
<track-table <track-table
:is-album="true" :is-album="true"
:tracks="object.tracks" :tracks="tracks"
:show-position="true" :show-position="true"
:show-art="false" :show-art="false"
:show-album="false" :show-album="false"