You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should simplify this code a bit, I don't think everything that is shown in the "status text" is really necessary. The 2 filters (favorited&unwatched) are already indicated by the buttons in the top-right of the screen.
Describe the feature you'd like
Status text format is hardcoded and it will make troubles in some languages(Korean, Japanese etc.).
jellyfin-androidtv/app/src/main/java/org/jellyfin/androidtv/ui/browsing/BrowseGridFragment.java
Lines 306 to 323 in 300346f
I suggest to use printf format like
lbl_user_last_used
.jellyfin-androidtv/app/src/main/java/org/jellyfin/androidtv/ui/preference/dsl/OptionsItemUserPicker.kt
Lines 78 to 82 in 300346f
Currently, there is no way to handle it properly as a translator.
The text was updated successfully, but these errors were encountered: