build: Add missing source file

In the transition to tightening our meson integration this
file was left untracked by meson.
This commit is contained in:
Christopher Davis 2019-04-25 22:28:16 -04:00 committed by Jordan Petridis
parent 28ea14f2e9
commit 6c701e0c41

View File

@ -41,6 +41,7 @@ podcasts_sources = files(
'widgets/appnotif.rs',
'widgets/base_view.rs',
'widgets/empty.rs',
'widgets/episode.rs',
'widgets/home_view.rs',
'widgets/mod.rs',
'widgets/player.rs',