When a song is added, the software checks whether it already exists in the database. However, the check is done on the url, and changes such as http or https or using youtu.be url will result in duplicate in the database. Although preventing every duplicate may not be easy, simple tests should allow to prevent most of them.
When a song is added, the software checks whether it already exists in the database. However, the check is done on the url, and changes such as
http
orhttps
or usingyoutu.be
url will result in duplicate in the database. Although preventing every duplicate may not be easy, simple tests should allow to prevent most of them.