add podcast "overwrite album..." setting tooltip
This commit is contained in:
parent
29501528a9
commit
6bbaa88b0f
3 changed files with 26 additions and 2 deletions
|
@ -324,6 +324,28 @@ var AIRTIME = (function (AIRTIME) {
|
|||
uid = AIRTIME.library.MediaTypeStringEnum.PODCAST+"_"+podcast.id,
|
||||
tab = AIRTIME.tabs.openTab(data.html, uid, null);
|
||||
_bootstrapAngularApp(podcast, tab);
|
||||
|
||||
$(".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.')
|
||||
},
|
||||
hide: {
|
||||
delay: 500,
|
||||
fixed: true
|
||||
},
|
||||
style: {
|
||||
border: {
|
||||
width: 0,
|
||||
radius: 4
|
||||
},
|
||||
classes: "ui-tooltip-dark ui-tooltip-rounded"
|
||||
},
|
||||
position: {
|
||||
my: "left bottom",
|
||||
at: "right center"
|
||||
}
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue