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:
Ray 2026-02-26 20:27:22 -05:00 committed by GitHub
parent 9b995bf6ba
commit b65e55f4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 99 additions and 26 deletions

View file

@ -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>