diff options
author | horchi <vdr@jwendel.de> | 2020-08-17 16:53:32 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-08-17 16:53:32 +0200 |
commit | d67a088d3052497ad082174c15af311a7f182894 (patch) | |
tree | d04e22b1b1e18a60a70d2436191e4da0740848e8 /lib | |
parent | 25ab2b2766b5b49caf7951eef7aa06a0b3dba0db (diff) | |
download | vdr-plugin-epg2vdr-1.1.116.tar.gz vdr-plugin-epg2vdr-1.1.116.tar.bz2 |
2020-08-17: version 1.1.116 (horchi, patch by kfb77)\n - change: Improved match of series\n\n1.1.116
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.c b/lib/common.c index e6bafae..11346c5 100644 --- a/lib/common.c +++ b/lib/common.c @@ -379,6 +379,7 @@ void prepareCompressed(std::string& pattern) toUpper(pattern); removeWord(pattern, " TEIL "); + removeWord(pattern, "(TEIL "); removeWord(pattern, " FOLGE "); removeCharsExcept(pattern, notignore); } |