diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/playlist/PlaylistInfo.java b/extractor/src/main/java/org/schabi/newpipe/extractor/playlist/PlaylistInfo.java index 06b23375b..74494ccd4 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/playlist/PlaylistInfo.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/playlist/PlaylistInfo.java @@ -13,11 +13,12 @@ import org.schabi.newpipe.extractor.stream.Description; import org.schabi.newpipe.extractor.stream.StreamInfoItem; import org.schabi.newpipe.extractor.utils.ExtractorHelper; -import javax.annotation.Nonnull; import java.io.IOException; import java.util.ArrayList; import java.util.List; +import javax.annotation.Nonnull; + public final class PlaylistInfo extends ListInfo { /** @@ -42,6 +43,16 @@ public final class PlaylistInfo extends ListInfo { */ MIX_MUSIC, + /** + * A mix made only of streams from (or related to) the same channel, for example YouTube + * channel mixes + * + * @deprecated There is currently no service that implements this. + * YouTube removed all playlists with this type around 2024-06 + */ + @Deprecated + MIX_CHANNEL, + /** * A mix made only of streams related to a particular (musical) genre, for example YouTube * genre mixes