Skip to content

Commit

Permalink
If series does not exist in Castos treat it as protected #782
Browse files Browse the repository at this point in the history
  • Loading branch information
zahardev committed Nov 8, 2021
1 parent 0c3109d commit 56edbc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ protected function get_integration_settings() {
*
* @return bool|mixed
*/
protected function is_series_protected_in_castos( $series_id, $default = true ) {
protected function is_series_protected_in_castos( $series_id, $default = false ) {
$podcasts = $this->get_castos_podcasts();

foreach ( $podcasts as $podcast ) {
Expand Down

0 comments on commit 56edbc7

Please sign in to comment.