dascritch / cpu-audio

An audio WebComponent to provide timecoded links and other features to an audio tag
https://dascritch.github.io/cpu-audio/
GNU Lesser General Public License v3.0
24 stars 2 forks source link

Evolve addToPlaylist() #190

Closed dascritch closed 1 year ago

dascritch commented 1 year ago

This function, sit in build_playlist.js has some TODO :

        // TODO do not rerecord id if already in this playlist. Remove from other playlists
        // TODO LATER, remove id when cpu-audio or audiotag removed

It may be useful. And also, add some tests/TDD

Lot of functions have forgotten TODO

dascritch commented 1 year ago

About : // TODO LATER, remove id when cpu-audio or audiotag removed , we have a warning in console, so not useful to fix.

dascritch commented 1 year ago

Also : // TODO do not rerecord id if already in this playlist. Remove from other playlists , well in fact, it may be intentionnal.

dascritch commented 1 year ago

So : won't fix