mirror of
https://github.com/oxyroid/M3UAndroid.git
synced 2025-05-18 03:45:56 +08:00
fix: coroutine-dispatcher.
This commit is contained in:
@ -552,6 +552,7 @@ internal class PlaylistRepositoryImpl @Inject constructor(
|
||||
.sortedByDescending { it in pinnedCategories }
|
||||
}
|
||||
}
|
||||
.flowOn(Dispatchers.Default)
|
||||
|
||||
override suspend fun unsubscribe(url: String): Playlist? = logger.execute {
|
||||
val playlist = playlistDao.get(url)
|
||||
|
Reference in New Issue
Block a user