Convert newpipe/local/playlist/PlayListShareMode to kotlin
This commit is contained in:
parent
08917cb011
commit
b9da7057ee
2 changed files with 12 additions and 8 deletions
|
|
@ -1,8 +0,0 @@
|
||||||
package org.schabi.newpipe.local.playlist;
|
|
||||||
|
|
||||||
public enum PlayListShareMode {
|
|
||||||
|
|
||||||
JUST_URLS,
|
|
||||||
WITH_TITLES,
|
|
||||||
YOUTUBE_TEMP_PLAYLIST
|
|
||||||
}
|
|
||||||
|
|
@ -0,0 +1,12 @@
|
||||||
|
/*
|
||||||
|
* SPDX-FileCopyrightText: 2025 NewPipe contributors <https://newpipe.net>
|
||||||
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
*/
|
||||||
|
|
||||||
|
package org.schabi.newpipe.local.playlist
|
||||||
|
|
||||||
|
enum class PlayListShareMode {
|
||||||
|
JUST_URLS,
|
||||||
|
WITH_TITLES,
|
||||||
|
YOUTUBE_TEMP_PLAYLIST
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue