Method: Id3Taginator::Frames::IplFrames#remove_involved_people
- Defined in:
- lib/id3taginator/frames/ipl_frames.rb
#remove_involved_people ⇒ Object
removes the involved people frame
26 27 28 |
# File 'lib/id3taginator/frames/ipl_frames.rb', line 26 def remove_involved_people @frames.delete_if { |f| f.frame_id == Ipl::InvolvedPeopleFrame.frame_id(@major_version, ) } end |