mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-11 13:23:00 +00:00
improve odds ticker dynamic duration
This commit is contained in:
@@ -1996,6 +1996,9 @@
|
||||
<div><strong>Stocks:</strong> ${u.stocks || 0} used / ${f.stocks || 0} forecast</div>
|
||||
<div><strong>Sports:</strong> ${u.sports || 0} used / ${f.sports || 0} forecast</div>
|
||||
<div><strong>News:</strong> ${u.news || 0} used / ${f.news || 0} forecast</div>
|
||||
<div><strong>Odds:</strong> ${u.odds || 0} used / ${f.odds || 0} forecast</div>
|
||||
<div><strong>Music:</strong> ${u.music || 0} used / ${f.music || 0} forecast</div>
|
||||
<div><strong>YouTube:</strong> ${u.youtube || 0} used / ${f.youtube || 0} forecast</div>
|
||||
`;
|
||||
} catch (e) {
|
||||
// ignore
|
||||
|
||||
Reference in New Issue
Block a user