Skip to content

Commit

Permalink
refcator
Browse files Browse the repository at this point in the history
  • Loading branch information
PruthiviRaj27 committed Jul 10, 2024
1 parent d4013b7 commit 99c3dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion player/src/main/java/com/tpstream/player/data/Asset.kt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data class Asset(
"Live stream is scheduled to start at ${liveStream.getFormattedStartTime()}"
liveStream?.isNotStarted == true ->
"Live stream will begin soon."
liveStream?.isDisconnected == true -> "The live stream has been disconnected. Please try again later."
liveStream?.isDisconnected == true -> "The live stream is temporarily interrupted. We'll be back shortly."
liveStream?.isEnded == true && liveStream.recordingEnabled && !video.isTranscodingCompleted ->
"Live stream has ended. Recording will be available soon."
liveStream?.isEnded == true && !liveStream.recordingEnabled ->
Expand Down

0 comments on commit 99c3dcb

Please sign in to comment.