Skip to content

Commit 7d1d88f

Browse files
author
Yevhen Babiichuk (DustDFG)
committed
Convert newpipe/local/playlist/PlayListShareMode to kotlin
1 parent cd4cb40 commit 7d1d88f

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

app/src/main/java/org/schabi/newpipe/local/playlist/PlayListShareMode.java

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*
2+
* SPDX-FileCopyrightText: 2025 NewPipe contributors <https://newpipe.net>
3+
* SPDX-License-Identifier: GPL-3.0-or-later
4+
*/
5+
6+
package org.schabi.newpipe.local.playlist
7+
8+
enum class PlayListShareMode {
9+
JUST_URLS,
10+
WITH_TITLES,
11+
YOUTUBE_TEMP_PLAYLIST
12+
}

0 commit comments

Comments
 (0)