Skip to content

Commit 8d41d6a

Browse files
author
Meyn
committed
Fix Lucida Settings NullReference
1 parent 346e9eb commit 8d41d6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tubifarry/Indexers/Lucida/LucidaIndexerSettings.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public LucidaIndexerSettings()
4949
{
5050
CountryCode = "US";
5151
RequestTimeout = 60;
52+
BaseUrl = "https://lucida.to";
5253
_servicePriorities = _defaultPriorities.ToList();
5354
}
5455

0 commit comments

Comments
 (0)