diff --git a/README.md b/README.md index b06294f..4be8841 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ IDK, it would be really nice of you to contribute, check the poorly written [CON - [ ] View/Edit queue - [ ] Expandable player - [x] Mobile - - [ ] Desktop + - [ ] Desktop - [ ] Share songs - [ ] Player's menu - [ ] Import **public** playlists from YouTube @@ -86,7 +86,6 @@ docker compose up -f docker-compose-dev.yml ## Acknowledgements - **This project is not affiliated with YouTube or Google, or anyone to that matter in any sort of ways.** -- The background was taken from [dankpods.net](https://dankpods.net) - Frank’s original image was taken from [dingusland.biz](https://dingusland.biz) - Colorscheme is inspired from [Dankpods](https://www.youtube.com/@DankPods) - youtube-scrape was used to search videos without using the actual YouTube API (small quota): MIT licenses by [Herman Fassett](https://github.com/HermanFassett) diff --git a/app/views/pages/about.templ b/app/views/pages/about.templ index 6f66ffa..c97537d 100644 --- a/app/views/pages/about.templ +++ b/app/views/pages/about.templ @@ -68,7 +68,6 @@ templ aboutContent() {
  • This project is not affiliated with YouTube or Google, or anyone to that matter in any sort of ways.

  • -
  • The background was taken from dankpods.net
  • Frank’s original image was taken from dingusland.biz
  • Colorscheme is inspired from @Dankpods
  • youtube-scrape was used to search videos without using the actual YouTube API (small quota): MIT licenses by Herman Fassett.