From dd8469242e6a8da5ba6291deb62b76ec068362b9 Mon Sep 17 00:00:00 2001 From: Anonymus Raccoon <32224410+AnonymusRaccoon@users.noreply.github.com> Date: Fri, 3 May 2019 14:03:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56eb468..f877373 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,6 @@ The code of the app is devided in 4 differents folders: - The MusicPlayer service, which is the most complicated but the most used. It's the one which manage the playback. - The Downloader, allowing you to download songs or playlists. This service is the one with the more UI callbacks. - The Sleeper which is the one managing the sleep timer. - - The Other folder which contains classes that are not really usful in itself but are needed. Like images transformaters (things that remove black borders in image, make them in circles...) + - The Other folder which contains classes that are not really usful in itself but are needed. Like images transformaters (things that remove black borders in image, make them in circles...). It also contains some callbacks (Chromecast one, some for the snackbars...). If you find an issues or want to contribute to the project, open a request here.