Skip to content

Commit

Permalink
updated JSON links
Browse files Browse the repository at this point in the history
  • Loading branch information
g3gg0 committed Jan 3, 2024
1 parent 94c6f4f commit 235f221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Teddy/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static void Main(string[] args)
string prefixLocation = null;
string audioId = "";
string writeJson = null;
string jsonFile = "http://gt-blog.de/JSON/tonies.json?source=Teddy&version=" + ThisAssembly.Git.BaseTag;
string jsonFile = "https://api.revvox.de/tonies.json?source=Teddy&version=" + ThisAssembly.Git.BaseTag;

int bitRate = 96;

Expand Down Expand Up @@ -845,7 +845,7 @@ private static void ShowHelp(OptionSet p)
Console.WriteLine(" real track audio data. These are meant to add the track number in front of the file so the");
Console.WriteLine(" kids know which track number is played right now.");
Console.WriteLine("");
Console.WriteLine(" As JSON file you could specify also a link like e.g. http://gt-blog.de/JSON/tonies.json");
Console.WriteLine(" As JSON file you could specify also a link like e.g. https://api.revvox.de/tonies.json");
}

private static string GetVersion()
Expand Down

0 comments on commit 235f221

Please sign in to comment.