MediaScanner

interface MediaScanner

Properties

Link copied to clipboard
abstract val localScanStateFlow: StateFlow<LocalMediaScanState>

Functions

Link copied to clipboard
abstract fun recheckPermissions(): Boolean
Link copied to clipboard
abstract suspend fun scanBackend(userId: Long): Deferred<Unit>
Link copied to clipboard
abstract suspend fun scanLocal(): Deferred<Unit>