Commit 50d37b0
Your Name
Fix: Use integer slider for nlziet_live_start_offset setting
Change type from 'number' to 'slider' with option='int' and
range='-60,10,300' so Kodi enforces min/max bounds visually
and won't accept out-of-range values (which previously caused
CSettingsManager to return None, yielding start_offset=0).
Co-authored-by: Claude Sonnet 4.6
Signed-off-by: Your Name <you@example.com>1 parent c1b2ebd commit 50d37b0
File tree
2 files changed
+2
-2
lines changed- channels/channel.nlziet/nlziet
- resources
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments