Skip to content

Commit

Permalink
rename CahingMediaRepository to CachingRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
theScrabi committed Oct 24, 2024
1 parent cf4d072 commit b5b089b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import net.newpipe.newplayer.data.Subtitle
*
* TODO: Maybe a (individual) timeout would be nice
*/
class CachingMediaRepository(
class CachingRepository(
val actualRepository: MediaRepository,
requestDispatcher: CoroutineDispatcher = Dispatchers.Main
) : MediaRepository {
Expand Down

0 comments on commit b5b089b

Please sign in to comment.