Skip to content

Commit

Permalink
adding scheduled animes calendar and also a way to check your fav ani…
Browse files Browse the repository at this point in the history
…mes scheduled next episode
  • Loading branch information
kl3jvi committed Sep 1, 2023
1 parent cd6f5e8 commit a0364a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package com.kl3jvi.animity.data.enums

enum class SearchMode {
ANIME, USERS
}
}
4 changes: 2 additions & 2 deletions app/src/main/java/com/kl3jvi/animity/data/enums/SortType.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ enum class SortType {
AVERAGE_SCORE,
TRENDING,
FAVOURITES,
EPISODES;

EPISODES,
;

fun toMediaSort(): MediaSort {
return when (this) {
Expand Down

0 comments on commit a0364a6

Please sign in to comment.