Skip to content

Commit

Permalink
Update random item bitmask
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhamilton committed Oct 12, 2024
1 parent 36c864d commit c706855
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ data class LibrarySort(
data object ChapterFetchDate : Type(0b00011000)
data object DateAdded : Type(0b00011100)
data object TrackerMean : Type(0b00100000)
data object Random : Type(0b00100100)
data object Random : Type(0b00111100)

companion object {
fun valueOf(flag: Long): Type {
Expand Down

0 comments on commit c706855

Please sign in to comment.