-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mejora en la gestión de favoritos y listas de reproducción dinámicas
- Loading branch information
1 parent
1da536b
commit 5406b87
Showing
147 changed files
with
116 additions
and
739 deletions.
There are no files selected for viewing
Binary file removed
BIN
-34.9 KB
.vs/MediaPlayer/FileContentIndex/11a44cd4-5184-48d1-ad08-955edf6a8546.vsidx
Binary file not shown.
Binary file removed
BIN
-347 KB
.vs/MediaPlayer/FileContentIndex/a2fcb883-5df1-4774-9080-8738de9e98f2.vsidx
Binary file not shown.
Binary file added
BIN
+33 KB
.vs/MediaPlayer/FileContentIndex/f51ef162-464b-41b1-af4f-cb40c57c73bd.vsidx
Binary file not shown.
Binary file added
BIN
+347 KB
.vs/MediaPlayer/FileContentIndex/f73f10fe-b89c-4f87-9c4a-9ba923b0b3ee.vsidx
Binary file not shown.
Binary file not shown.
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
2 changes: 1 addition & 1 deletion
2
ReproductorMusicaTagEditables/.vs/MediaPlayer.csproj.dtbcache.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
12 changes: 0 additions & 12 deletions
12
ReproductorMusicaTagEditables/Controls/TipsInfo/TipsInfoControl.xaml
This file was deleted.
Oops, something went wrong.
28 changes: 0 additions & 28 deletions
28
ReproductorMusicaTagEditables/Controls/TipsInfo/TipsInfoControl.xaml.cs
This file was deleted.
Oops, something went wrong.
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
27 changes: 14 additions & 13 deletions
27
ReproductorMusicaTagEditables/Mvvm/ViewModel/Base/EstadosControl.cs
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,14 @@ | ||
| ||
|
||
namespace ReproductorMusicaTagEditables.Mvvm.ViewModel.Base | ||
{ | ||
public class EstadosControl | ||
{ | ||
public static bool PLAY = false; | ||
public static bool SLIDER_MOVE = false; | ||
public static bool RANDOM = false; | ||
public static bool CIRCULOS = false; | ||
public static bool CAMBIO_PAGINA = true; | ||
} | ||
} | ||
| ||
|
||
namespace ReproductorMusicaTagEditables.Mvvm.ViewModel.Base | ||
{ | ||
public class EstadosControl | ||
{ | ||
public static bool PLAY = false; | ||
public static bool SLIDER_MOVE = false; | ||
public static bool RANDOM = false; | ||
public static bool CIRCULOS = false; | ||
public static bool CAMBIO_PAGINA = true; | ||
public static bool CANCION_GUARDADA = false; | ||
} | ||
} |
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
6 changes: 3 additions & 3 deletions
6
ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.application
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
Binary file modified
BIN
-1.5 KB
(100%)
ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.exe
Binary file not shown.
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
Binary file modified
BIN
-8 KB
(99%)
ReproductorMusicaTagEditables/bin/Release/ReproductorMusicaTagEditables.pdb
Binary file not shown.
Binary file removed
BIN
-1.36 MB
...ion Files/ReproductorMusicaTagEditables_1_0_0_38/ReproductorMusicaTagEditables.exe.deploy
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file renamed
BIN
+1.36 MB
.../ReproductorMusicaTagEditables.exe.deploy → .../ReproductorMusicaTagEditables.exe.deploy
Binary file not shown.
Oops, something went wrong.