Skip to content

Commit

Permalink
Merge pull request #377 from Fooxboy/develop
Browse files Browse the repository at this point in the history
Merge develop into master
  • Loading branch information
Fooxboy authored May 3, 2024
2 parents 21c87e7 + 70ff97c commit 000bac7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
10 changes: 6 additions & 4 deletions MusicX/Services/Player/Sources/MediaSourceBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,12 @@ public abstract class MediaSourceBase : ITrackMediaSource
["http_persistent"] = "false",
["reconnect"] = "1",
["reconnect_streamed"] = "1",
["reconnect_delay_max"] = "5",
["stimeout"] = "10",
["timeout"] = "10",
["rw_timeout"] = "10"
["reconnect_on_network_error"] = "1",
["reconnect_delay_max"] = "30",
["reconnect_on_http_error"] = "4xx,5xx",
["stimeout"] = "30000000",
["timeout"] = "30000000",
["rw_timeout"] = "30000000"
}
}
};
Expand Down
8 changes: 1 addition & 7 deletions notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
+ 💣 Исправлена утечка памяти
+ 🧨 Исправлено сворачивание приложения в трей
+ 🔥 Редизайн заголовка блоков
+ ❤️‍🔥 В настройки добавлена возможность ручной проверки обновлений
+ ⚡ Редизайн плейлистов "Какой сейчас вайб"
+ 🔫 Добавлена возможность сохранения очереди воспроизведения при закрытии приложения
+ ♨️ Реализована возможность дизлайкать треки, которые не нравятся
+ Исправлена ошибка с пропуском сегментов трека при воспроизведении

0 comments on commit 000bac7

Please sign in to comment.