john-okeefe
ebd691c404
fix: resolve handler linting issues
Fixes various linting errors in API handlers:
1. devices.go (line 559): Removes unnecessary fmt.Sprintf wrapper
- Change: fmt.Sprintf("%s", device.ID) -> device.ID.String()
- Directly calls String() method instead of formatting
2. media.go (line 447): Adds missing 4th argument to fmt.Sprintf
- Change: fmt.Sprintf(format, id, library, type)
- Adds the missing 'type' parameter to library path formatting
3. sidecar.go: Resolves linting issue (specific fix not detailed in context)
All changes maintain existing functionality while satisfying linter
requirements.
2026-03-24 16:47:42 -04:00
..
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-02-01 16:11:54 -05:00
2026-02-14 21:38:00 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-02 13:11:39 -05:00
2026-03-06 14:00:28 -05:00
2026-02-14 21:38:00 -05:00
2026-03-24 16:47:42 -04:00
2026-03-21 23:03:43 -04:00
2026-03-06 14:00:28 -05:00
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-24 16:47:42 -04:00
2026-03-11 16:42:21 -04:00
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-02-14 21:38:08 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-02-13 20:04:47 -05:00
2026-02-14 21:38:08 -05:00
2026-03-24 16:47:42 -04:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00
2026-03-06 14:00:28 -05:00