This commit is contained in:
ghost 2024-01-07 19:48:20 +02:00
parent 01f1a313d4
commit a519fee8e9
2 changed files with 3 additions and 3 deletions

View file

@ -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 }}