aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Data/SqliteItemRepository.cs
diff options
context:
space:
mode:
authorJoe Rogers <1337joe@gmail.com>2022-03-10 22:20:35 +0100
committerJoe Rogers <1337joe@gmail.com>2022-03-10 22:20:35 +0100
commit1a307db7ebe8094ebd642815a014194fccf956ae (patch)
tree1536952e55eb90dab47e6b21cd8f2539082e61dd /Emby.Server.Implementations/Data/SqliteItemRepository.cs
parent388e0cba9f287952c5a57ae995519f0d02ee1f98 (diff)
Add label for external audio/sub tracks
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
-rw-r--r--Emby.Server.Implementations/Data/SqliteItemRepository.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
index b3b383bfd..85fa79cba 100644
--- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs
+++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs
@@ -5970,6 +5970,7 @@ AND Type = @InternalPersonType)");
item.LocalizedUndefined = _localization.GetLocalizedString("Undefined");
item.LocalizedDefault = _localization.GetLocalizedString("Default");
item.LocalizedForced = _localization.GetLocalizedString("Forced");
+ item.LocalizedExternal = _localization.GetLocalizedString("External");
}
return item;