change key used to generate chapter image file names

This commit is contained in:
Luke Pulverenti
2013-08-18 09:39:27 -04:00
parent b405b8f80b
commit 61c13e8f2c
7 changed files with 15 additions and 9 deletions

View File

@@ -1,14 +1,20 @@
using MediaBrowser.Model.Drawing;
using System;
using System.Collections.Generic;
using System.ComponentModel;
namespace MediaBrowser.Model.Entities
{
/// <summary>
/// Defines the display preferences for any item that supports them (usually Folders)
/// </summary>
public class DisplayPreferences
public class DisplayPreferences : INotifyPropertyChanged
{
/// <summary>
/// Occurs when [property changed].
/// </summary>
public event PropertyChangedEventHandler PropertyChanged;
/// <summary>
/// The image scale
/// </summary>