You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we have an option to restrict playback of a section, defined on its associated song, to specific countries. We can actually remove this field altogether, as it's usually allowed to play copy-righted songs for academic purposes. This would mean the following:
remove the field restricted from Song model and add a migration
update the playlist.update_sections function and its test to not expect that csv field anymore
update the hint under the Playlist csv TextField in the admin interface
update the csv upload / download functionality accordingly
remove all utility functions which make use of the restricted notion
The text was updated successfully, but these errors were encountered:
Right now, we have an option to restrict playback of a section, defined on its associated song, to specific countries. We can actually remove this field altogether, as it's usually allowed to play copy-righted songs for academic purposes. This would mean the following:
restricted
fromSong
model and add a migrationplaylist.update_sections
function and its test to not expect that csv field anymorerestricted
notionThe text was updated successfully, but these errors were encountered: