Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddboline committed Aug 19, 2024
1 parent 4de18f8 commit 3392dd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movie_collection_lib/src/movie_collection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ impl MovieCollection {
.collect();
let movie_queue = Arc::new(movie_queue?);

let query = "SELECT path, show FROM movie_collection";
let query = "SELECT path, show FROM movie_collection WHERE is_deleted = false";
let collection_map: Result<HashMap<StackString, StackString>, Error> = self
.pool
.get()
Expand Down

0 comments on commit 3392dd8

Please sign in to comment.