ankenyr / jellyfin-youtube-metadata-plugin

Youtube Metadata Plugin for Jellyfin
GNU Affero General Public License v3.0
510 stars 33 forks source link

Fix loggor placeholder #110

Closed danny50610 closed 2 months ago

danny50610 commented 2 months ago

Fix logger placeholder to make debugging more convenient

Before fix

[2024-07-28 12:57:17.820 +00:00] [DBG] YTDLSeries GetMetadata: {info.Name} is not fresh.

After fix

[2024-07-29 00:05:25.147 +08:00] [DBG] YTDLSeries GetMetadata: "ytvideo.info.json" is not fresh.
ankenyr commented 2 months ago

Thanks for the update!