diff options
-rw-r--r-- | macosx/HBUtilities.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBUtilities.m b/macosx/HBUtilities.m index 800db55da..218824162 100644 --- a/macosx/HBUtilities.m +++ b/macosx/HBUtilities.m @@ -149,7 +149,7 @@ static BOOL hb_resolveBookmarks = YES; NSUInteger n = [[URL.path stringByAppendingString: @"/"] completePathIntoString: &mpgname caseSensitive: YES matchesIntoArray: nil - filterTypes: @[@"mpg"]]; + filterTypes: @[@"mpg", @"ts"]]; if (n > 0) { // Found an mpeg inside the eyetv package, make it our scan path |