diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-01 11:36:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-12-01 11:36:52 +0100 |
| commit | f7c43baf9b67505f04bb0954ab6e9e36f88efced (patch) | |
| tree | cc0a8334c4822f944c464a5c2cd0c2a1b0cef031 /src/wx/film_viewer.cc | |
| parent | be2e6e017d853069f02a83f5fe67423235c3096c (diff) | |
Rename refresh_metadata -> reset_metadata.
Diffstat (limited to 'src/wx/film_viewer.cc')
| -rw-r--r-- | src/wx/film_viewer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_viewer.cc b/src/wx/film_viewer.cc index bca3631ab..7adf2ba2d 100644 --- a/src/wx/film_viewer.cc +++ b/src/wx/film_viewer.cc @@ -442,7 +442,7 @@ FilmViewer::quick_refresh () if (!_video_view || !_film || !_player) { return true; } - return _video_view->refresh_metadata (_film, _player->video_container_size()); + return _video_view->reset_metadata (_film, _player->video_container_size()); } void |
