-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
End beta mode, update versions, handle null SongId
The `IsBeta` flag in `App.xaml.cs` was changed from `true` to `false`, indicating that the application is no longer in beta mode. The assembly version and file version in `AssemblyInfo.cs` were updated from `1.6.6.6` to `1.6.7.1`. In `SongFetcher.cs`, the assignment to `GlobalObjects.Canvas` was modified to handle the case where `songInfo.SongId` is `null`. If `songInfo.SongId` is `null`, `GlobalObjects.Canvas` is set to a new `Tuple` with `false` and an empty string. In `WebHelper.cs`, a minor formatting change was made to the `catch` block to remove the space between `Exception` and the closing parenthesis. A new check was added in the `GetCanvasAsync` method in `WebHelper.cs` to return a `Tuple` with `false` and an empty string if `songInfo.SongId` is `null` or empty.
- Loading branch information
Showing
4 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters