diff options
| author | jaxx2104 <jaxx2104@gmail.com> | 2026-03-11 23:57:30 +0900 |
|---|---|---|
| committer | jaxx2104 <jaxx2104@gmail.com> | 2026-03-11 23:57:30 +0900 |
| commit | e4eba084dd0e852e90c7677f9a8b594ecd3f7669 (patch) | |
| tree | 03e4763e0c9eab4ca0d13a3fc1d02bcace781419 /Emby.Server.Implementations/Session | |
| parent | 08f9ec5d376ff1bcb5d2a603fe03fc6d0ecbf268 (diff) | |
Use generic Enum overloads to resolve CA2263 warnings
Replace Enum.Parse(typeof(T), ...) and Enum.GetNames(typeof(T)) with
their generic counterparts Enum.Parse<T>() and Enum.GetNames<T>() in
MediaBrowser.Model/Dlna for improved type safety.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to 'Emby.Server.Implementations/Session')
0 files changed, 0 insertions, 0 deletions
