Aelia 0.35: fix ParceHTML function, show site favicon

git-svn-id: svn://kolibrios.org@6152 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
2016-02-06 22:48:51 +00:00
parent a55374019f
commit cab4c34e5b
6 changed files with 99 additions and 7 deletions
+1 -1
View File
@@ -316,7 +316,7 @@ void StartPlayingMp3()
char item_path[4096];
char notify_message[512];
StopPlayingMp3();
if (!list.count) { NotifyAndBackFocus("'Pixie Player\nPress O key to open file' -St"); return; }
if (!list.count) { NotifyAndBackFocus("'Pixie Player\nPress O key to open MP3 file' -St"); return; }
if (current_playing_file_n > list.count) { current_playing_file_n = list.count; return; }
if (current_playing_file_n < 0) { current_playing_file_n = 0; return; }
playback_mode = PLAYBACK_MODE_PLAYING;