You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/features/podcasts/src/main/java/au/com/shiftyjelly/pocketcasts/podcasts/viewmodel/podcast/RecommendationsHandler.kt
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ class RecommendationsHandler @Inject constructor(
44
44
if (enabled) {
45
45
getRecommendationsMaybe(podcastUuid)
46
46
.toFlowable()
47
+
.removePodcast(podcastUuid)
47
48
.addSubscribedStatusFlowable()
48
49
.map { listFeed ->
49
50
if (listFeed.podcasts.isNullOrEmpty()) {
@@ -69,6 +70,13 @@ class RecommendationsHandler @Inject constructor(
Copy file name to clipboardExpand all lines: modules/services/localization/src/main/java/au/com/shiftyjelly/pocketcasts/localization/helper/LocaliseHelper.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ object LocaliseHelper {
82
82
"popular in [regionname]" to R.string.discover_popular_in,
83
83
"most popular in [category]" to R.string.discover_most_popular_in,
84
84
"loved by listeners of" to R.string.recommendations_loved_by_listeners,
85
-
"if you like" to R.string.recommendations_if_you_like,
85
+
"because you like" to R.string.recommendations_because_you_like,
0 commit comments