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

@ -9,7 +9,7 @@ import android.arch.persistence.room.PrimaryKey;
import org.schabi.newpipe.extractor.stream.StreamInfo;
import org.schabi.newpipe.extractor.stream.StreamInfoItem;
import org.schabi.newpipe.extractor.stream.StreamType;
import org.schabi.newpipe.playlist.PlayQueueItem;
import org.schabi.newpipe.playqueue.PlayQueueItem;
import org.schabi.newpipe.util.Constants;
import java.io.Serializable;