zSeriesGuy / Tautulli

A Python based monitoring and tracking tool for Plex Media Server.
http://tautulli.com
GNU General Public License v3.0
27 stars 9 forks source link

API #47

Open dromicron opened 12 months ago

dromicron commented 12 months ago

Hi, some API command work like "get_user_names" return users of all servers but if i'm using command "get_activity" it return only data from first server. possible solution to fix that?

zSeriesGuy commented 12 months ago

I will look into it.

dromicron commented 12 months ago

find solution just add &cmd=get_activity&server_id= and leave server_id= empty

zSeriesGuy commented 11 months ago

Is that an acceptable solution? Or should I change the code so that if &server_id is not specified, it returns all servers?

dromicron commented 11 months ago

yes acceptable solution thx