From 06341ee632efeae3de1bbc45c190a0a1127aa905 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 3 Aug 2020 15:49:09 -0700 Subject: [PATCH] Fix export doc strings --- plexpy/webserve.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/plexpy/webserve.py b/plexpy/webserve.py index d53bac03..ddc6068d 100644 --- a/plexpy/webserve.py +++ b/plexpy/webserve.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: utf-8 -*- # This file is part of Tautulli. # @@ -6482,11 +6482,12 @@ class WebInterface(object): @requireAuth(member_of("admin")) @addtoapi() def export_metadata(self, section_id=None, rating_key=None, file_format='json', **kwargs): - """ Download the Plex log file. + """ Export library or media metadata to a file ``` Required parameters: - row_id (int): The row id of the exported file to download + section_id (int): The section id of the library to export, OR + rating_key (int): The rating key of the media item to export Optional parameters: None @@ -6510,7 +6511,7 @@ class WebInterface(object): @requireAuth(member_of("admin")) @addtoapi() def download_export(self, row_id=None, **kwargs): - """ Download the Plex log file. + """ Download an exported metadata file ``` Required parameters: