Add RemoteEndPoint variable (#273)

This commit is contained in:
chiragkrishna 2024-09-04 18:56:42 +05:30 committed by GitHub
parent fc8f20ed62
commit a21ca2ed0b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -334,6 +334,7 @@ public static class DataObjectHelpers
dataObject[nameof(sessionInfo.LastPlaybackCheckIn)] = sessionInfo.LastPlaybackCheckIn;
dataObject[nameof(sessionInfo.DeviceName)] = sessionInfo.DeviceName.Escape();
dataObject[nameof(sessionInfo.DeviceId)] = sessionInfo.DeviceId;
dataObject[nameof(sessionInfo.RemoteEndPoint)] = sessionInfo.RemoteEndPoint;
return dataObject;
}

View File

@ -85,7 +85,9 @@ See [Templates](Jellyfin.Plugin.Webhook/Templates) for sample templates.
- Playback client name
- Client
- Playback client name
- RemoteEndPoint
- IP Address of client
- BaseItem:
- Timestamp
- Current server time local