fix: coroutine-dispatcher.

This commit is contained in:
oxy-macmini
2025-04-20 17:34:34 +08:00
parent aacb95cfff
commit aabe687b75
3 changed files with 1 additions and 5 deletions

View File

@ -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)