test(download): cover playlist_position in payload serialization test

This commit is contained in:
zarzet
2026-07-09 18:54:29 +07:00
parent 4c83aeafb5
commit d20f569678
+2
View File
@@ -311,6 +311,7 @@ void main() {
postProcessingEnabled: true,
tidalHighFormat: 'opus_256',
trackNumber: 7,
playlistPosition: 3,
discNumber: 2,
totalTracks: 12,
totalDiscs: 2,
@@ -358,6 +359,7 @@ void main() {
'post_processing_enabled': true,
'tidal_high_format': 'opus_256',
'track_number': 7,
'playlist_position': 3,
'disc_number': 2,
'total_tracks': 12,
'total_discs': 2,