mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-07 21:48:14 -08:00
feature: Video BufferSize settings for MPV (#314)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
3896bb90f5
commit
d4380d5f6f
9 changed files with 56 additions and 8 deletions
|
|
@ -25,6 +25,7 @@ extension StringExtensions on String {
|
|||
var buffer = StringBuffer();
|
||||
var split = this.split(' ');
|
||||
for (var i = 0; i < (limitTo.clamp(0, split.length)); i++) {
|
||||
if (split[i].isEmpty) continue;
|
||||
buffer.write(split[i][0]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue