mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 17:15:39 +00:00
fix guid
This commit is contained in:
parent
01f1a313d4
commit
a519fee8e9
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{% for value in online %}
|
||||
<item>
|
||||
<title>{{ 'Online changed!' | trans }}</title>
|
||||
<guid>{{ value.id }}</guid>
|
||||
<guid>online#{{ value.id }}</guid>
|
||||
<description>
|
||||
{{ 'Players' | trans }}: {{ value.players }}
|
||||
{{ 'Bots' | trans }}: {{ value.bots }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue