Skip to content
Snippets Groups Projects

WIP: Playlist rc1

Closed Alexandre Fernandez requested to merge Nerf/medialibrary:playlist-rc1 into master

Pull request for playlist branch to keep track of review comments for this first patchset version

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
336 336 }
337 337 for ( auto& f : filesToRemove )
338 338 {
339 if ( f->type() == IFile::Type::Playlist )
340 {
341 f->destroy(); // Trigger cascade: detele Playlist, and playlist/media relations
  • First part has been merged, I'll need to review the later part, though IIUC you need to correct some commits already, so I'll let you open a 2nd merge request with those amended

  • Please register or sign in to reply
    Loading