diff options
author | Damiano Galassi <[email protected]> | 2020-12-21 17:53:00 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2020-12-21 17:53:00 +0100 |
commit | 31aad54a4a7eee00c9c8101f99d388b05df1f754 (patch) | |
tree | bac7227b7d93aeded8c6fe847c33ad74e003e1c4 | |
parent | 5b5d7a2ecf6083a74aaab69088d00fe80f26b44c (diff) |
MacGui: recognize .ts inside .eyetv packages.
-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 |