rename playlist to player.playqueue

This commit is contained in:
Christian Schabesberger 2018-04-15 20:35:00 +02:00
parent 8ed9d71e14
commit bcfd8a2450
47 changed files with 88 additions and 88 deletions

View file

@ -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;