mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
support resume in hover menus
This commit is contained in:
parent
fb335141fb
commit
0b57b33988
2 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using MediaBrowser.Model.Configuration;
|
||||
using System.Runtime.Serialization;
|
||||
using MediaBrowser.Model.Configuration;
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Entities
|
||||
|
|
@ -13,6 +14,7 @@ namespace MediaBrowser.Controller.Entities
|
|||
/// Default is based on the type for everything except actual generic folders.
|
||||
/// </summary>
|
||||
/// <value>The display prefs id.</value>
|
||||
[IgnoreDataMember]
|
||||
public override Guid DisplayPreferencesId
|
||||
{
|
||||
get
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue