summaryrefslogtreecommitdiff
path: root/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
reinit the tree, so we can have metadata
Diffstat (limited to 'net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch')
-rw-r--r--net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch b/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
new file mode 100644
index 000000000000..0713a029c37f
--- /dev/null
+++ b/net-misc/pytvshows/files/pytvshows-0.2-rename-var.patch
@@ -0,0 +1,11 @@
+--- a/pytvshows.bug 2014-06-19 18:49:42.414928250 +0100
++++ b/pytvshows 2014-06-19 18:49:50.534957323 +0100
+@@ -255,7 +255,7 @@
+ self.show_type = 'seasonepisode'
+ elif date_match:
+ self.show_type = 'date'
+- elif titlematch and titlematch.group(1) != 'n/a':
++ elif title_match and title_match.group(1) != 'n/a':
+ self.show_type = 'time'
+ else:
+ print >> warn, "Could not determine show type for %s." % self