reorder playqueue/localPlaylist classes
This commit is contained in:
parent
bcfd8a2450
commit
a099fe35d2
49 changed files with 99 additions and 99 deletions
|
|
@ -32,10 +32,10 @@ import org.schabi.newpipe.extractor.exceptions.ExtractionException;
|
|||
import org.schabi.newpipe.extractor.playlist.PlaylistInfo;
|
||||
import org.schabi.newpipe.extractor.stream.StreamInfo;
|
||||
import org.schabi.newpipe.player.helper.PlayerHelper;
|
||||
import org.schabi.newpipe.playqueue.ChannelPlayQueue;
|
||||
import org.schabi.newpipe.playqueue.PlayQueue;
|
||||
import org.schabi.newpipe.playqueue.PlaylistPlayQueue;
|
||||
import org.schabi.newpipe.playqueue.SinglePlayQueue;
|
||||
import org.schabi.newpipe.player.playqueue.ChannelPlayQueue;
|
||||
import org.schabi.newpipe.player.playqueue.PlayQueue;
|
||||
import org.schabi.newpipe.player.playqueue.PlaylistPlayQueue;
|
||||
import org.schabi.newpipe.player.playqueue.SinglePlayQueue;
|
||||
import org.schabi.newpipe.report.UserAction;
|
||||
import org.schabi.newpipe.util.ExtractorHelper;
|
||||
import org.schabi.newpipe.util.NavigationHelper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue