From 15fc2b737ea5fe7e4c8b21eb6395721ba9522ab4 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 13 Dec 2015 13:01:06 +0000 Subject: player: support "tl clear" internally It is orders of magnitude more efficient to implement this in the player and very noticeable when using large playlists. --- lib/dtas/tracklist.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/dtas/tracklist.rb') diff --git a/lib/dtas/tracklist.rb b/lib/dtas/tracklist.rb index b1cdc1e..b9abe55 100644 --- a/lib/dtas/tracklist.rb +++ b/lib/dtas/tracklist.rb @@ -195,6 +195,12 @@ class DTAS::Tracklist # :nodoc: track.to_path end + def clear + @list.clear + @shuffle.clear if @shuffle + reset + end + def go_to(track_id, offset_hhmmss = nil) list = @shuffle || @list if idx = _idx_of(list, track_id) -- cgit v1.2.3-24-ge0c7