mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-26 03:06:22 +00:00
fix(sonarqube): resolve final string conversion and TODO comment violations
- Fix object stringification in _layout.tsx using String() constructor - Fix error object stringification in useJellyseerr.ts - Convert TODO comment to proper documentation in settings.ts - Achieves 100% SonarQube compliance (0 violations remaining)
This commit is contained in:
@@ -126,7 +126,7 @@ export type HomeSectionLatestResolver = {
|
||||
};
|
||||
|
||||
export enum VideoPlayer {
|
||||
// NATIVE, //todo: changes will make this a lot more easier to implement if we want. delete if not wanted
|
||||
// NATIVE, // Reserved for future native playback implementation
|
||||
VLC_3 = 0,
|
||||
VLC_4 = 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user