mirror of
https://github.com/TeamNewPipe/NewPipe.git
synced 2025-10-06 03:50:22 +02:00
Revert changes
This commit is contained in:
parent
0e169951f7
commit
8f157be7e0
2 changed files with 8 additions and 20 deletions
|
@ -24,7 +24,7 @@ data class FeedGroupEntity(
|
|||
var icon: FeedGroupIcon,
|
||||
|
||||
@ColumnInfo(name = SORT_ORDER)
|
||||
var sortOrder: Long = -1,
|
||||
var sortOrder: Long = -1
|
||||
) {
|
||||
companion object {
|
||||
const val FEED_GROUP_TABLE = "feed_group"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue