!minor fixed the webroot issue #1513

This commit is contained in:
tidusjar 2017-09-25 21:01:11 +01:00
commit e1ceb4c66e
2 changed files with 13 additions and 6 deletions

View file

@ -11,9 +11,10 @@ namespace Ombi.Store.Entities
public enum ConfigurationTypes
{
Url,
FanartTv,
TheMovieDb,
StoragePath
Url = 1,
// 2 was used for Port before the beta
FanartTv = 3,
TheMovieDb = 4,
StoragePath = 5
}
}