libretime
libretime copied to clipboard
Allow deleting scheduled tracks
Describe the solution you'd like Deleting tracks should have a check:
def check_if_scheduled(track):
if track_scheduled(track):
if yes_no(f"{track} is scheduled, would you like to delete it from all schedules?"):
delete_track(track)
idk, something like that...
Describe alternatives you've considered Running through each schedule and removing it... ugh chores....
This issue has been automatically marked as stale because it has not had activity in the last 5 months. It will be closed if no activity occurs in the next month. Please chat to us on the forum or ask for help on our chat if you have any questions or need further support with getting this issue resolved. You may also label an issue as pinned if you would like to make sure that it does not get closed by this bot.