Merge pull request #10952 from bg172/release-0.27.0

Add an intuitive prefix for the duration of lists in the UI
This commit is contained in:
Stypox 2024-04-11 09:27:54 +02:00 committed by GitHub
commit 7cbd0843d7
3 changed files with 9 additions and 5 deletions

View file

@ -506,7 +506,7 @@ public class PlaylistFragment extends BaseListInfoFragment<StreamInfoItem, Playl
Localization.concatenateStrings(
Localization.localizeStreamCount(activity, streamCount),
Localization.getDurationString(playlistOverallDurationSeconds,
isDurationComplete))
isDurationComplete, true))
);
}
}