Skip to content

Commit

Permalink
docs(player): update MarkSeasonAsWatched comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jan 27, 2025
1 parent bfaff6b commit 0b2e5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/player.rs
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ impl<E: Env + 'static> UpdateWithCtx<E> for Player {
Msg::Action(Action::Player(ActionPlayer::MarkSeasonAsWatched(season, is_watched))) => {
match (&self.library_item, &self.watched) {
(Some(library_item), Some(watched)) => {
// Find videos of given season from the first ready meta item loadable
// Find videos of given season from the meta item loadable
let videos = self
.meta_item
.as_ref()
Expand Down

0 comments on commit 0b2e5c2

Please sign in to comment.