add to playlist can now check for duplicates, seperated apple music playlists from playlists

This commit is contained in:
booploops 2022-03-02 20:12:53 -08:00
parent 7042c97264
commit b0c5a07b0f
7 changed files with 46 additions and 7 deletions

View file

@ -789,6 +789,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track {
-webkit-user-drag: element;
overflow: hidden;
text-overflow: ellipsis;
.presentNotice {
align-self: center;
margin-left: 8px;
text-transform: uppercase;
font-size: 0.7em;
opacity: 0.6;
}
}
}