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
parent 97bdc32cce
commit 53f29b57a5

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',