Taiyō: use correct domain in UrlActivity comments (#10663)

This commit is contained in:
Vetle Ledaal 2025-09-26 07:33:26 +02:00 committed by Draff
parent 9b49a7d4f1
commit 3d97ceb3eb
Signed by: Draff
GPG Key ID: E8A89F3211677653

View File

@ -8,7 +8,7 @@ import android.util.Log
import kotlin.system.exitProcess
/**
* Springboard that accepts https://www.taiyo.moe/media/<item> intents
* Springboard that accepts https://taiyo.moe/media/<item> intents
* and redirects them to the main Tachiyomi process.
*/
class TaiyoUrlActivity : Activity() {