Yaoi Flix: update domain (#9923)

This commit is contained in:
Vetle Ledaal 2025-08-03 10:25:07 +02:00 committed by Draff
parent 2b3b014c2c
commit 554bc6e08c
Signed by: Draff
GPG Key ID: E8A89F3211677653
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ ext {
extName = 'Yaoi Flix'
extClass = '.YaoiFlix'
themePkg = 'madara'
baseUrl = 'https://yaoiflix.kim'
overrideVersionCode = 1
baseUrl = 'https://yaoiflix.my'
overrideVersionCode = 2
isNsfw = true
}

View File

@ -7,7 +7,7 @@ import java.util.Locale
class YaoiFlix : Madara(
"Yaoi Flix",
"https://yaoiflix.kim",
"https://yaoiflix.my",
"tr",
SimpleDateFormat("MMMM dd, yyyy", Locale("tr")),
) {