feat(series-all): 오직 보이스온에서만(오리지널 시리즈) 전체보기 추가

This commit is contained in:
2025-11-12 17:47:18 +09:00
parent ff16c70362
commit 51b81f2ab6
8 changed files with 74 additions and 31 deletions

View File

@@ -93,4 +93,7 @@ object Constants {
const val EXTRA_ALARM_ID = "alarm_id"
const val EXTRA_ROULETTE_AVAILABLE_ACTIVE = "roulette_available_active"
// Series List All options
const val EXTRA_IS_ORIGINAL = "extra_is_original"
}