fix: cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-09 20:37:45 -07:00
parent 779d636f08
commit 930cc60175
No known key found for this signature in database
32 changed files with 47 additions and 47 deletions

View file

@ -91,7 +91,7 @@ export default async function () {
showEpisodesMap[showTmdbId].episodes.push({
name: showTitle,
url: `/watching/shows/${showTmdbId}`,
subtext: `${showTitle} S${seasonNumber}E${episodeNumber}`,
subtext: `${showTitle} · S${seasonNumber}E${episodeNumber}`,
episode: episodeNumber,
season: seasonNumber,
tmdbId: showTmdbId,