Skip to content

Commit

Permalink
fix: LibraryItem Notifications - remove 15 mins requirement
Browse files Browse the repository at this point in the history
Part of #487

Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Aug 10, 2023
1 parent 2d2376f commit 5eb0f6d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types/library/library_item.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ impl LibraryItem {
&& self.r#type != "movie"
&& self.behavior_hints.default_video_id.is_none()
&& (!self.removed || self.temp)
&& self.state.overall_time_watched > 15 * 60 * 1000
}
}

Expand Down

0 comments on commit 5eb0f6d

Please sign in to comment.