Merge pull request #468 from zoff-music/feature/add-song-to-other-list

Feature/add song to other list
This commit is contained in:
Kasper Rynning-Tønnesen
2019-01-21 17:43:22 +01:00
committed by GitHub
5 changed files with 83 additions and 7 deletions

View File

@@ -66,7 +66,18 @@
<div id="volume"></div>
</div>
<div id="viewers" data-position="top"></div>
<div id="addToOtherList" class="playbar-btn">
<i class="material-icons">playlist_add</i>
</div>
<div id="bar"></div>
</div>
<div id="addToListInput" class="hide">
<div class="input-field field-settings">
<span>Add to other list</span>
<form action="#" id="addToOtherListForm" onsubmit="return false;">
<input placeholder="List-name" id="other-list-name-add" type="text" autocomplete="off">
</form>
</div>
</div>
</div>
</div>