mirror of
https://github.com/yattee/yattee.git
synced 2025-12-14 20:18:15 +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 {
|
var description: String {
|
||||||
"\(displayLanguage) (\(content ?? "Unknown"))"
|
"\(displayLanguage) (\(content ?? "Original"))"
|
||||||
}
|
}
|
||||||
|
|
||||||
var isDubbed: Bool {
|
var isDubbed: Bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user