mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-31 09:38:25 +00:00
change sync job quality to a string
This commit is contained in:
parent
8f90e54faf
commit
cf6c46c6a6
4 changed files with 42 additions and 41 deletions
|
|
@ -210,7 +210,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
|||
|
||||
if (!reader.IsDBNull(3))
|
||||
{
|
||||
info.Quality = (SyncQuality)Enum.Parse(typeof(SyncQuality), reader.GetString(3), true);
|
||||
info.Quality = reader.GetString(3);
|
||||
}
|
||||
|
||||
if (!reader.IsDBNull(4))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue