diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index d902eaa..6ce1ca9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,7 @@ mod cue_view; mod player; mod preferences; mod subtitle_extractor; +mod subtitle_selection_dialog; mod subtitle_view; mod transcript; mod util; |