Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
thepwrtank18 authored Feb 3, 2023
1 parent 653f946 commit abfa98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jellylist/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public static void Main(string[] args)
foreach (string arg in args)
{
currentArg++;
if (arg == "--publicUrl")
if (arg == "--jellyfinUrl")
{
publicUrl = args[currentArg + 1];
}
Expand Down

0 comments on commit abfa98c

Please sign in to comment.