Skip to content

Commit

Permalink
remove / characters in outfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-nerd committed Sep 28, 2004
1 parent 5ab5f1e commit 2d004bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/mythtv/recordings.pm
Expand Up @@ -100,7 +100,7 @@ package mythtv::recordings;
elsif($episode ne 'Untitled') {
$outfile = $episode;
}
$outfile =~ s/(?:[:\?&]+\s*?)+\s?/-/sg;
$outfile =~ s/(?:[:\?&\/]+\s*?)+\s?/-/sg;
#$description =~ s/(?:''|``)/"/sg;
push @{$Shows{$show}}, {'filename' => "$video_dir/$file",
'channel' => $channel,
Expand Down

0 comments on commit 2d004bf

Please sign in to comment.