mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 18:46:53 +08:00
show fullscreen qa btn
Closes #1081 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
enum AudioQuality {
|
||||
k64(30216, '64K'),
|
||||
k132(30232, '132K'),
|
||||
k192(30280, '192K'),
|
||||
hiRes(30251, 'Hi-Res无损'),
|
||||
dolby(30250, '杜比全景声'),
|
||||
hiRes(30251, 'Hi-Res无损');
|
||||
k192(30280, '192K'),
|
||||
k132(30232, '132K'),
|
||||
k64(30216, '64K');
|
||||
|
||||
final int code;
|
||||
final String desc;
|
||||
|
||||
Reference in New Issue
Block a user