From 40442f887ba717ae47620b152315f21b252fe049 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 9 Aug 2017 15:56:38 -0400 Subject: consolidate emby.server.core into emby.server.implementations --- MediaBrowser.Model/Globalization/ILocalizationManager.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MediaBrowser.Model/Globalization/ILocalizationManager.cs') diff --git a/MediaBrowser.Model/Globalization/ILocalizationManager.cs b/MediaBrowser.Model/Globalization/ILocalizationManager.cs index 4477d8de3..47cec1459 100644 --- a/MediaBrowser.Model/Globalization/ILocalizationManager.cs +++ b/MediaBrowser.Model/Globalization/ILocalizationManager.cs @@ -12,12 +12,12 @@ namespace MediaBrowser.Model.Globalization /// Gets the cultures. /// /// IEnumerable{CultureDto}. - IEnumerable GetCultures(); + List GetCultures(); /// /// Gets the countries. /// /// IEnumerable{CountryInfo}. - IEnumerable GetCountries(); + List GetCountries(); /// /// Gets the parental ratings. /// -- cgit v1.2.3