Skip to content

Commit

Permalink
fix song detection being broken since apr. 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
FunOrange committed Nov 19, 2022
1 parent 6105f20 commit 462d34c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ Please watch this video for more information:
https://www.youtube.com/watch?v=_65AvmAjlpY

TODO: add more stuff here

## Build troubleshooting
Make sure all projects are set to build in Configuration Manager
https://www.primordialcode.com/blog/post/referenced-project-targeted-different-framework-family
2 changes: 1 addition & 1 deletion Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public class Release

class Updater
{
static readonly string CURRENT_RELEASE_TAG = "v14"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
static readonly string CURRENT_RELEASE_TAG = "v16"; // Jun: REMEMBER TO CHANGE THIS every time you make a new release.
static HttpClient client;
static Updater()
{
Expand Down
4 changes: 4 additions & 0 deletions circle-tracker.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,23 @@ Global
{862FF93D-5032-4E99-9A96-C4624FEC158D}.Release|x86.ActiveCfg = Release|Any CPU
{862FF93D-5032-4E99-9A96-C4624FEC158D}.Release|x86.Build.0 = Release|Any CPU
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Debug|Any CPU.ActiveCfg = Debug|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Debug|Any CPU.Build.0 = Debug|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Debug|x64.ActiveCfg = Debug|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Debug|x86.ActiveCfg = Debug|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Debug|x86.Build.0 = Debug|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Release|Any CPU.ActiveCfg = Release|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Release|Any CPU.Build.0 = Release|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Release|x64.ActiveCfg = Release|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Release|x86.ActiveCfg = Release|x86
{044EE1F2-8090-4E91-962D-17D8CFA6B9FC}.Release|x86.Build.0 = Release|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|Any CPU.ActiveCfg = Debug|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|Any CPU.Build.0 = Debug|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|x64.ActiveCfg = Debug|x64
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|x64.Build.0 = Debug|x64
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|x86.ActiveCfg = Debug|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Debug|x86.Build.0 = Debug|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Release|Any CPU.ActiveCfg = Release|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Release|Any CPU.Build.0 = Release|x86
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Release|x64.ActiveCfg = Release|x64
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Release|x64.Build.0 = Release|x64
{1EB11518-95EC-41FA-97EA-D74F4F76610F}.Release|x86.ActiveCfg = Release|x86
Expand Down

0 comments on commit 462d34c

Please sign in to comment.