Skip to content

Commit

Permalink
was worth a shot
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Nov 10, 2024
1 parent 2cd37b9 commit 7caada5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/OpenHdWebUi.Server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public static async Task Main(string[] args)

var config = app.Services.GetRequiredService<IOptions<ServiceConfiguration>>().Value;
var absoluteMediaPath = Path.GetFullPath(config.FilesFolder);
var absoluteMediaPath2 = Path.GetFullPath(config.FilesFolder2);
FileSystemHelpers.EnsureFolderCreated(absoluteMediaPath);

app.UseStaticFiles(new StaticFileOptions
Expand Down
1 change: 0 additions & 1 deletion src/OpenHdWebUi.Server/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"AllowedHosts": "*",
"FilesFolder": "/home/openhd/Videos/",
"FilesFolder2": "/Videos/",
"SystemCommands": [
{
"Id": "sys-res-opendh",
Expand Down

0 comments on commit 7caada5

Please sign in to comment.