Skip to content

Commit 7aaa605

Browse files
tweaked the watchlist poster in watchlist page
1 parent 2d686ad commit 7aaa605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/troxide_widget.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ pub mod series_poster {
163163
{
164164
if let Some((season_num, last_watched_season)) = series.get_last_season() {
165165
last_watched_season.get_last_episode();
166-
text(format!("{} {}","Last watched episode", season_episode_str_gen(season_num, last_watched_season.get_last_episode().expect("the season should have atleast one episode for it to be the last watched"))))
166+
text(format!("{} {}","Last watched", season_episode_str_gen(season_num, last_watched_season.get_last_episode().expect("the season should have atleast one episode for it to be the last watched"))))
167167
} else {
168168
text("No Episode Watched")
169169
}

0 commit comments

Comments
 (0)