Skip to content

Commit a0173ce

Browse files
authored
Added missing Duration column to similar videos notebook, fixing panic that was occurring after analyzing videos. (#1793)
1 parent 8bd6fb8 commit a0173ce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

czkawka_gui/src/notebook_info.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ pub static NOTEBOOKS_INFO: [NotebookObject; CZKAWKA_GTK_TOOL_NUMBER] = [
216216
tree_view_name: "tree_view_similar_images_finder",
217217
},
218218
NotebookObject {
219-
name: "Similar Images",
219+
name: "Similar Videos",
220220
notebook_type: NotebookMainEnum::SimilarVideos,
221221
available_modes: &[
222222
PopoverTypes::All,
@@ -244,6 +244,7 @@ pub static NOTEBOOKS_INFO: [NotebookObject; CZKAWKA_GTK_TOOL_NUMBER] = [
244244
Type::STRING, // Codec
245245
Type::STRING, // Bitrate
246246
Type::STRING, // Dimensions
247+
Type::STRING, // Duration
247248
Type::STRING, // Name
248249
Type::STRING, // Path
249250
Type::STRING, // Modification

0 commit comments

Comments
 (0)