Skip to content

Commit

Permalink
#114 Failed to add angle
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMillward committed Jul 10, 2016
1 parent d0bd124 commit b52ea2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/makemkv.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ def rip_disc(self, path, titleIndex):
]

if any(x in line.lower() for x in badstrings):
if self.ignore_region and "RPC protection" in line:
if self.ignore_region and "RPC protection" in line and "Failed to add angle" in line:
self.log.warn(line)
else:
self.log.error(line)
Expand Down

0 comments on commit b52ea2f

Please sign in to comment.