Skip to content

Commit 954d94e

Browse files
author
mfalicoff
committed
fix movie dashboard
1 parent e3118f9 commit 954d94e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/CinemaList.Api/Settings/RadarrSettings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ public record RadarrSettings
88

99
public required int QualityProfileId { get; init; } = 5;
1010

11-
public required string RootFolderPath { get; init; } = "/mnt/media/movies";
11+
public required string RootFolderPath { get; init; } = "/movies";
1212
}

0 commit comments

Comments
 (0)