Fix continuous loop when showing an album or playlist

This commit is contained in:
Deluan
2020-09-29 16:28:32 -04:00
parent 1eb62ee671
commit 377d8f6b87
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const AlbumShow = (props) => {
filter={{ album_id: props.id }}
resource={'albumSong'}
exporter={false}
perPage={-1}
perPage={0}
pagination={null}
sort={{ field: 'discNumber asc, trackNumber asc', order: 'ASC' }}
bulkActionButtons={<AlbumSongBulkActions />}