Skip to content

Commit

Permalink
Versión 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeManzano committed Dec 11, 2023
1 parent 874d09a commit 5ed6229
Show file tree
Hide file tree
Showing 76 changed files with 497 additions and 3,421 deletions.
Binary file not shown.
Binary file modified .vs/MediaPlayer/v17/.suo
Binary file not shown.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ReproductorMusicaTagEditables/MediaPlayer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>25</ApplicationRevision>
<ApplicationRevision>27</ApplicationRevision>
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ public TodosLosGenerosViewModel()
}

private void PlayActionGenero(object obj)
{
MessageBox.Show((string)obj);
{
if (obj == null) return;

string genero = (string)obj;
Expand Down
Loading

0 comments on commit 5ed6229

Please sign in to comment.