mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Tweaked default config for extra files import.
This commit is contained in:
parent
56ecbf4a31
commit
ec7f749541
8 changed files with 279 additions and 18 deletions
|
@ -212,7 +212,7 @@ namespace NzbDrone.Core.Configuration
|
|||
|
||||
public string ExtraFileExtensions
|
||||
{
|
||||
get { return GetValue("ExtraFileExtensions", ""); }
|
||||
get { return GetValue("ExtraFileExtensions", "srt"); }
|
||||
|
||||
set { SetValue("ExtraFileExtensions", value); }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue