mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
update translations
This commit is contained in:
@@ -6,7 +6,7 @@ namespace MediaBrowser.Model.Extensions
|
||||
{
|
||||
public static class ListHelper
|
||||
{
|
||||
public static bool ContainsIgnoreCase(List<string> list, string value)
|
||||
public static bool ContainsIgnoreCase(IEnumerable<string> list, string value)
|
||||
{
|
||||
if (value == null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user