mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-29 20:14:00 +00:00
Fixed: Project File References
This commit is contained in:
@@ -12,8 +12,8 @@ namespace Lidarr.Http
|
||||
|
||||
private static string BaseUrl()
|
||||
{
|
||||
var isV3 = typeof(TResource).Namespace.Contains(".V1.");
|
||||
if (isV3)
|
||||
var isV1 = typeof(TResource).Namespace.Contains(".V1.");
|
||||
if (isV1)
|
||||
{
|
||||
return "/api/v1/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user