Skip to content

Commit

Permalink
Initial additions of Last FM
Browse files Browse the repository at this point in the history
  • Loading branch information
YBTopaz8 committed Dec 4, 2024
1 parent 5f05cc2 commit cb139fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dimmer/Dimmer-MAUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- Display name -->
<ApplicationTitle>Dimmer-MAUI</ApplicationTitle>
<!-- App Identifier -->
<ApplicationId>com.companyname.dimmermaui</ApplicationId>
<ApplicationId>com.yvanbrunel.dimmermaui</ApplicationId>
<!-- Versions -->
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
<ApplicationVersion>1</ApplicationVersion>
Expand Down
7 changes: 6 additions & 1 deletion Dimmer/ViewModels/HomePageVM.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1506,7 +1506,12 @@ public async Task<bool> GetSecuredData()
return false; //I saw lmao. best to not be agro since well, what if they just opened app?
}

_=LogInToLastFMWebsite();
_ = LogInToLastFMWebsite();

if (string.IsNullOrEmpty(lastFMUname) || string.IsNullOrEmpty(lastFMPass))
{

}
_ = LogInToLastFMWebsite();
return true;
}
Expand Down

0 comments on commit cb139fb

Please sign in to comment.