hpodder 1.1.4 → 1.1.5
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- Commands/Download.hs +2/−1
- hpodder.cabal +1/−1
Commands/Download.hs view
@@ -283,7 +283,8 @@ ("EPURL", epurl ep), ("FEEDURL", feedurl . podcast $ ep), ("SAFECASTTITLE", sanitize_fn . castname . podcast $ ep),- ("SAFEEPTITLE", sanitize_fn . eptitle $ ep)]+ ("SAFEEPTITLE", sanitize_fn . eptitle $ ep),+ ("EPTITLE", eptitle ep)] -- | Runs a hook script. runHook :: String -- ^ The name of the file to pass as an argument to the script.
hpodder.cabal view
@@ -1,5 +1,5 @@ Name: hpodder-Version: 1.1.4+Version: 1.1.5 License: GPL Maintainer: John Goerzen <jgoerzen@complete.org> Author: John Goerzen