From 6e39cb400f23480843cd30a2a89ded4f3d12d778 Mon Sep 17 00:00:00 2001 From: Robbt Date: Sun, 13 Jan 2019 12:00:42 -0500 Subject: [PATCH] update individual track metadata --- airtime_mvc/application/views/scripts/podcast/podcast.phtml | 2 +- airtime_mvc/public/js/airtime/library/podcast.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/podcast/podcast.phtml b/airtime_mvc/application/views/scripts/podcast/podcast.phtml index 9342636f2..f2b7b57e0 100644 --- a/airtime_mvc/application/views/scripts/podcast/podcast.phtml +++ b/airtime_mvc/application/views/scripts/podcast/podcast.phtml @@ -26,7 +26,7 @@
- +
diff --git a/airtime_mvc/public/js/airtime/library/podcast.js b/airtime_mvc/public/js/airtime/library/podcast.js index c7ce2c548..99805f1bc 100644 --- a/airtime_mvc/public/js/airtime/library/podcast.js +++ b/airtime_mvc/public/js/airtime/library/podcast.js @@ -329,7 +329,7 @@ var AIRTIME = (function (AIRTIME) { $(".album_names.help_icon").qtip({ content: { - text: $.i18n._('Overwrite downloaded podcast episodes\' "Album" metadata tag with the Podcast Name specified above. This album name can then be used as a search criteria by a smartblock.') + text: $.i18n._('Overwrite downloaded podcast episodes\' "Album" and "Creator" metadata tag with the Podcast Name specified above and set the track title to the title of the Podcast Episode. This album name can then be used as a search criteria by a smartblock. ') }, hide: { delay: 500,