From 31aad54a4a7eee00c9c8101f99d388b05df1f754 Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Mon, 21 Dec 2020 17:53:00 +0100 Subject: MacGui: recognize .ts inside .eyetv packages. --- macosx/HBUtilities.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3