mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
jf-actvitity: functioning route, ombi fixes
forgot to switch branches before doing a fix for #455, so it's in here too. OmbiUserByJfID/getOmbiUser takes an optional email *string, to optionally pass an override email address to search with, used when changing it.
This commit is contained in:
@@ -517,5 +517,10 @@ type LabelsDTO struct {
|
||||
}
|
||||
|
||||
type ActivityLogEntriesDTO struct {
|
||||
Entries []mediabrowser.ActivityLogEntry `json:"entries"`
|
||||
Entries []ActivityLogEntryDTO `json:"entries"`
|
||||
}
|
||||
|
||||
type ActivityLogEntryDTO struct {
|
||||
mediabrowser.ActivityLogEntry
|
||||
Date int64 `json:"Date"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user