mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
!minor fixed the webroot issue #1513
This commit is contained in:
parent
dd8f8493e1
commit
e1ceb4c66e
2 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue