1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2026-05-02 03:31:22 +00:00

reorder playqueue/localPlaylist classes

This commit is contained in:
Christian Schabesberger
2018-04-21 23:10:01 +02:00
parent bcfd8a2450
commit a099fe35d2
49 changed files with 99 additions and 99 deletions

View File

@@ -24,9 +24,9 @@ import org.schabi.newpipe.extractor.stream.StreamInfo;
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
import org.schabi.newpipe.extractor.stream.SubtitlesFormat;
import org.schabi.newpipe.extractor.stream.VideoStream;
import org.schabi.newpipe.playqueue.PlayQueue;
import org.schabi.newpipe.playqueue.PlayQueueItem;
import org.schabi.newpipe.playqueue.SinglePlayQueue;
import org.schabi.newpipe.player.playqueue.PlayQueue;
import org.schabi.newpipe.player.playqueue.PlayQueueItem;
import org.schabi.newpipe.player.playqueue.SinglePlayQueue;
import java.text.DecimalFormat;
import java.text.NumberFormat;