added quality selection in context menu and removed the quality modal, except for one case; translated cut, copy, ecc in italian
This commit is contained in:
26
src/js/qualities.js
Normal file
26
src/js/qualities.js
Normal file
@@ -0,0 +1,26 @@
|
||||
export default [
|
||||
{
|
||||
label: 'FLAC',
|
||||
value: 9
|
||||
},
|
||||
{
|
||||
label: 'MP3 320kbps',
|
||||
value: 3
|
||||
},
|
||||
{
|
||||
label: 'MP3 128kbps',
|
||||
value: 1
|
||||
},
|
||||
{
|
||||
label: '360 Reality Audio [HQ]',
|
||||
value: 15
|
||||
},
|
||||
{
|
||||
label: '360 Reality Audio [MQ]',
|
||||
value: 14
|
||||
},
|
||||
{
|
||||
label: '360 Reality Audio [LQ]',
|
||||
value: 13
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user