diff options
| author | gnattu <gnattu@users.noreply.github.com> | 2025-02-14 11:19:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 20:19:24 -0700 |
| commit | fa97e8e183a214e9d4af83299cfb5e74bb78ce03 (patch) | |
| tree | f55dbd3f575103cf564e8b7753cce18e8b27869c /Jellyfin.Api/Controllers/TrailersController.cs | |
| parent | b2a2fd6fcc0df356f29ddd1898c64ad87099dd18 (diff) | |
Write only for query columns to EFCore db (#13542)
* Write only for query columns to EFCore db.
We currently don't write the columns that do not exist on the BaseItem class definition in db. However, columns like `CleanName` is still useful and being used by internal queries and current behavior would cause such query to return nothing.
The only exception is the UserDataKey which is not even being used for internal query that can be omitted.
* Update comment
Diffstat (limited to 'Jellyfin.Api/Controllers/TrailersController.cs')
0 files changed, 0 insertions, 0 deletions
