mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 15:33:03 +03:00
update translations
This commit is contained in:
@@ -2,13 +2,14 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using MediaBrowser.Model.Extensions;
|
||||
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Defines the display preferences for any item that supports them (usually Folders)
|
||||
/// </summary>
|
||||
public class DisplayPreferences : INotifyPropertyChanged
|
||||
public class DisplayPreferences : IHasPropertyChangedEvent
|
||||
{
|
||||
/// <summary>
|
||||
/// Occurs when [property changed].
|
||||
|
||||
Reference in New Issue
Block a user