diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-12-19 12:45:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:41:00 +0100 |
| commit | 521424e747dced3ade9600fc62c48526e199ef16 (patch) | |
| tree | 5855a0b0a522bce947b7db6d7bc7e192ca5b6ea7 /src/lib/types.h | |
| parent | 4fa9f7e81789b44e5e61b01e4c5352a616d9ae6d (diff) | |
Add custom reels option to Film.
Diffstat (limited to 'src/lib/types.h')
| -rw-r--r-- | src/lib/types.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/types.h b/src/lib/types.h index 36059401e..c9c87bae5 100644 --- a/src/lib/types.h +++ b/src/lib/types.h @@ -107,7 +107,8 @@ enum class ReelType { SINGLE, BY_VIDEO_CONTENT, - BY_LENGTH + BY_LENGTH, + CUSTOM }; |
