mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Format round 1
This commit is contained in:
@@ -24,5 +24,5 @@ enum class Sort(@Transient val res: StringResource) {
|
||||
// TOTAL_CHAPTERS,
|
||||
// LATEST_CHAPTER,
|
||||
// DATE_FETCHED,
|
||||
DATE_ADDED(MR.strings.sort_date_added);
|
||||
DATE_ADDED(MR.strings.sort_date_added)
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ enum class MangaStatus(@Transient val res: StringResource) {
|
||||
LICENSED(MR.strings.status_licensed),
|
||||
PUBLISHING_FINISHED(MR.strings.status_publishing_finished),
|
||||
CANCELLED(MR.strings.status_cancelled),
|
||||
ON_HIATUS(MR.strings.status_on_hiatus);
|
||||
ON_HIATUS(MR.strings.status_on_hiatus)
|
||||
}
|
||||
|
||||
@Serializable
|
||||
|
||||
@@ -196,7 +196,7 @@ class ServerService @Inject constructor(
|
||||
UNUSED,
|
||||
STARTING,
|
||||
STARTED,
|
||||
FAILED;
|
||||
FAILED
|
||||
}
|
||||
|
||||
private companion object {
|
||||
|
||||
Reference in New Issue
Block a user