Skip to content

Commit d9682f5

Browse files
author
Yevhen Babiichuk (DustDFG)
committed
Convert newpipe/player/PlayerType to kotlin
1 parent ab3314e commit d9682f5

2 files changed

Lines changed: 12 additions & 7 deletions

File tree

app/src/main/java/org/schabi/newpipe/player/PlayerType.java

Lines changed: 0 additions & 7 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: 2022-2026 NewPipe contributors <https://newpipe.net>
3+
* SPDX-License-Identifier: GPL-3.0-or-later
4+
*/
5+
6+
package org.schabi.newpipe.player
7+
8+
enum class PlayerType {
9+
MAIN,
10+
AUDIO,
11+
POPUP
12+
}

0 commit comments

Comments
 (0)