diff options
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 6b3625d9e..c8dfdfe63 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -108,8 +108,11 @@ using boost::is_any_of; * * 32 -> 33 * Changed <Period> to <Subtitle> in FFmpegSubtitleStream + * 33 -> 34 + * Content only contains audio/subtitle-related tags if those things + * are present. */ -int const Film::current_state_version = 33; +int const Film::current_state_version = 34; /** Construct a Film object in a given directory. * |
