mirror of
https://github.com/yattee/yattee.git
synced 2025-11-20 08:52:20 +00:00
Fix audio track label showing "Original" instead of "Unknown"
Changed the default audio track content type from "Unknown" to "Original" when the content type is not specified. This provides a more accurate description for the default audio track.
This commit is contained in:
@@ -203,7 +203,7 @@ class Stream: Equatable, Hashable, Identifiable {
|
||||
}
|
||||
|
||||
var description: String {
|
||||
"\(displayLanguage) (\(content ?? "Unknown"))"
|
||||
"\(displayLanguage) (\(content ?? "Original"))"
|
||||
}
|
||||
|
||||
var isDubbed: Bool {
|
||||
|
||||
Reference in New Issue
Block a user