Skip to content

Commit

Permalink
Remove SoundCloud support
Browse files Browse the repository at this point in the history
No promise can be given that it will work in the future
  • Loading branch information
CattoGamer committed Jul 4, 2024
1 parent fd4800e commit fba2018
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 171 deletions.
Binary file removed public/search/images/logos/soundcloud.png
Binary file not shown.
3 changes: 0 additions & 3 deletions public/search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ <h1>Share media from one of the selected services</h1>
<span class="media-service subtext logo-twitch" data-href="https://www.twitch.tv/"
onclick="selectService(this);" onmouseover="hoverService();">&nbsp;</span>

<span class="media-service subtext logo-soundcloud" data-href="https://soundcloud.com/discover"
onclick="selectService(this);" onmouseover="hoverService();">SoundCloud</span>

<span class="media-service subtext logo-vimeo" data-href="https://vimeo.com/watch"
onclick="selectService(this);" onmouseover="hoverService();">&nbsp;</span>

Expand Down
3 changes: 0 additions & 3 deletions public/search/styles/request.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ h1 {
.logo-twitch {
background-image: url(../images/logos/twitch.png);
}
.logo-soundcloud {
background-image: url(../images/logos/soundcloud.png);
}
.logo-vimeo {
background-image: url(../images/logos/vimeo.svg);
background-size: 80px;
Expand Down
87 changes: 0 additions & 87 deletions public/soundcloud.html

This file was deleted.

This file was deleted.

0 comments on commit fba2018

Please sign in to comment.