Skip to content

Commit dcc107d

Browse files
authored
full series btn (#2220)
1 parent 1f58160 commit dcc107d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultViewModel2.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,7 @@ class ResultViewModel2 : ViewModel() {
20572057
val text = txt(
20582058
when (response.type) {
20592059
TvType.Torrent -> R.string.play_torrent_button
2060+
TvType.TvSeries -> R.string.play_full_series_button
20602061
else -> {
20612062
if (response.type.isLiveStream())
20622063
R.string.play_livestream_button

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@
145145
<string name="play_trailer_button">Play Trailer</string>
146146
<string name="play_livestream_button">Play Livestream</string>
147147
<string name="play_torrent_button">Stream Torrent</string>
148+
<string name="play_full_series_button">Play Full Series</string>
148149
<string name="torrent_info">This video is a Torrent, this means that your video activity can be tracked.\nMake sure you understand Torrenting before continuing.</string>
149150
<string name="pick_source">Sources</string>
150151
<string name="pick_subtitle">Subtitles</string>

0 commit comments

Comments
 (0)