fix removal of video.filter collection

This commit is contained in:
Thibault Duplessis 2015-08-13 13:55:23 +02:00
parent 75f4e870f8
commit cde7088422

View file

@ -15,7 +15,6 @@ final class Env(
private val settings = new {
val CollectionVideo = config getString "collection.video"
val CollectionView = config getString "collection.view"
val CollectionFilter = config getString "collection.filter"
val SheetUrl = config getString "sheet.url"
val SheetDelay = config duration "sheet.delay"
val YoutubeUrl = config getString "youtube.url"