mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-09 16:11:20 +02:00
A few small UI fixes (#1012)
## Description - Restores corner text for episode cards - Always show end time on playback overlay instead of it being controlled by the "Show Clock" setting - Better logic to determine person's role in media ### Related issues Fixes #1010 Fixes #1004 Fixes #975 ### Testing Emulator ## Screenshots N/A ## AI or LLM usage None
This commit is contained in:
parent
9b995bf6ba
commit
b65e55f4ed
6 changed files with 99 additions and 26 deletions
|
|
@ -704,4 +704,17 @@
|
|||
<item>@string/photos</item>
|
||||
</string-array>
|
||||
|
||||
<string name="actor">Actor</string>
|
||||
<string name="composer">Composer</string>
|
||||
<string name="writer">Writer</string>
|
||||
<string name="guest_star">Guest star</string>
|
||||
<string name="producer">Producer</string>
|
||||
<string name="conductor">Conductor</string>
|
||||
<string name="lyricist">Lyricist</string>
|
||||
<string name="arranger">Arranger</string>
|
||||
<string name="engineer">Engineer</string>
|
||||
<string name="mixer">Mixer</string>
|
||||
<string name="creator">Creator</string>
|
||||
<string name="artist">Artist</string>
|
||||
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue