mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
create sync job items pages
This commit is contained in:
@@ -6,16 +6,16 @@ namespace MediaBrowser.Model.Sync
|
||||
/// <summary>
|
||||
/// The good
|
||||
/// </summary>
|
||||
Good = 0,
|
||||
Low = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The better
|
||||
/// </summary>
|
||||
Better = 1,
|
||||
Medium = 1,
|
||||
|
||||
/// <summary>
|
||||
/// The best
|
||||
/// </summary>
|
||||
Best = 2
|
||||
High = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user