mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-10 16:00:28 -07:00
Merge branch 'develop' of https://github.com/DonutWare/Fladder into develop
This commit is contained in:
commit
ef6780b412
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ enum Bitrate {
|
||||||
String label(BuildContext context) => switch (this) {
|
String label(BuildContext context) => switch (this) {
|
||||||
Bitrate.original => context.localized.qualityOptionsOriginal,
|
Bitrate.original => context.localized.qualityOptionsOriginal,
|
||||||
Bitrate.auto => context.localized.qualityOptionsAuto,
|
Bitrate.auto => context.localized.qualityOptionsAuto,
|
||||||
_ => name.toString().replaceAll('b', '').replaceAll('_', '.').toUpperCaseSplit()
|
_ => name.toString().replaceFirst('b', '').replaceAll('_', '.').toUpperCaseSplit()
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue