chore: removed main_selected global; perf: added route links instead of showView method and removed tabs.js
This commit is contained in:
32
src/data/qualities.js
Normal file
32
src/data/qualities.js
Normal file
@@ -0,0 +1,32 @@
|
||||
export const downloadQualities = [
|
||||
{
|
||||
objName: 'flac',
|
||||
label: 'FLAC',
|
||||
value: 9
|
||||
},
|
||||
{
|
||||
objName: '320kbps',
|
||||
label: 'MP3 320kbps',
|
||||
value: 3
|
||||
},
|
||||
{
|
||||
objName: '128kbps',
|
||||
label: 'MP3 128kbps',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
objName: 'realityAudioHQ',
|
||||
label: '360 Reality Audio [HQ]',
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
objName: 'realityAudioMQ',
|
||||
label: '360 Reality Audio [MQ]',
|
||||
value: 14
|
||||
},
|
||||
{
|
||||
objName: 'realityAudioLQ',
|
||||
label: '360 Reality Audio [LQ]',
|
||||
value: 13
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user