mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-11 13:07:45 +01:00
3ea3b0bf2e
To be included in extension-lib 1.3 (or whatever it's going to be). This applies to sources like Komga or Lanragi, where large numbers of update/download aren't of concern since they're (usually) self-hosted.
9 lines
192 B
Kotlin
9 lines
192 B
Kotlin
package eu.kanade.tachiyomi.source
|
|
|
|
/**
|
|
* A source that explicitly doesn't require traffic considerations.
|
|
*
|
|
* This typically applies for self-hosted sources.
|
|
*/
|
|
interface UnmeteredSource
|