Method: Id3Taginator::Frames::CountFrames#remove_popularity
- Defined in:
- lib/id3taginator/frames/count_frames.rb
#remove_popularity ⇒ Object
removes the popularity frame
46 47 48 |
# File 'lib/id3taginator/frames/count_frames.rb', line 46 def remove_popularity @frames.delete_if { |f| f.frame_id == Count::PopularityFrame.frame_id(@major_version, @options) } end |