Skip to content

Boyscout and typo fixes - #1985

Open
oliv3r wants to merge 2 commits into
retrospect-addon:masterfrom
oliv3r:boyscouts
Open

Boyscout and typo fixes#1985
oliv3r wants to merge 2 commits into
retrospect-addon:masterfrom
oliv3r:boyscouts

Conversation

@oliv3r

@oliv3r oliv3r commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

This PR contains two small boyscout fixes, one is just two spelling typo's, the other a (I hope/think) simple consistency change.

oliv3r added 2 commits June 27, 2026 17:25
No code changes are part of this commit.

Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
MediaItem.ExpiresAt was a class-level attribute resolved via
LanguageHelper.get_localized_string() at import time. Every other
localized display string in the same method (DrmProtected, GeoLockedId,
PremiumPaid, HiddenItem) is fetched inline at render time. ExpiresAt
was the odd one out, and the inconsistency was not intentional: it
serves the same purpose as those strings (a human-readable label shown
in the item description) and has no business being cached at class level
alongside the LabelEpisode/LabelTvShowTitle constants, which are Kodi
InfoLabel API keys and are intentionally plain strings.

Assisted-by: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
@oliv3r

oliv3r commented Jun 27, 2026

Copy link
Copy Markdown
Contributor Author

Also, just letting you know I'm still working on this; but due to personal circumstances had to drop things for a bit. I'll start pushing more stuff again soon :)

@sonarqubecloud

Copy link
Copy Markdown

@github-actions

Copy link
Copy Markdown
Contributor

This PR is stale because it has been open 60 days with no activity. Remove stale label or comment on it to reset.

@github-actions github-actions Bot added the stale Stale issues/PR's label Aug 26, 2026
@basrieter basrieter removed the stale Stale issues/PR's label Aug 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants