Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PruthiviRaj27 committed Jan 10, 2024
1 parent 7492114 commit e565afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Offline/TPStreamsDownloadManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public final class TPStreamsDownloadManager {
startDownload(asset: player.asset!, bitRate: 100_000_000)
}

internal func startDownload(asset: Asset, bitRate: Int) {
internal func startDownload(asset: Asset, bitRate: Double) {

if asset.isDownloaded() { return }

Expand Down

0 comments on commit e565afc

Please sign in to comment.