rename playlist to player.playqueue
This commit is contained in:
parent
8ed9d71e14
commit
bcfd8a2450
47 changed files with 88 additions and 88 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.playlist.ChannelPlayQueue;
|
||||
import org.schabi.newpipe.playlist.PlayQueue;
|
||||
import org.schabi.newpipe.playlist.PlaylistPlayQueue;
|
||||
import org.schabi.newpipe.playlist.SinglePlayQueue;
|
||||
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.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