All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.preferences.UploadSlotsBehavior.kt Maven / Gradle / Ivy

The newest version!
package qbittorrent.models.preferences

import qbittorrent.models.serialization.GenerateEnumAsIntSerializer

@GenerateEnumAsIntSerializer
enum class UploadSlotsBehavior(val value: Int) {
    FIXED_SLOTS(0),
    UPLOAD_RATE_BASED(1)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy