1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

verify last fm data a little better

This commit is contained in:
Luke Pulverenti 2013-05-21 12:53:03 -04:00
parent 4eb51a0b7a
commit fac650a344

View file

@ -477,7 +477,7 @@ var Dashboard = {
options = options || {}; options = options || {};
options.header = options.header || "Select Media Path"; options.header = options.header || "Select Media Path";
options.instruction = options.instruction || "Any path will do, but <b>network paths (UNC)</b> allow clients direct file playback when possible. For optimal playback of bluray and dvd folders, <b>network paths</b> are recommended."; options.instruction = options.instruction || "Any path will do, but for optimal playback of bluray, dvd folders, and games, <b>network paths (UNC)</b> are recommended.";
var html = '<div data-role="popup" id="popupDirectoryPicker" class="ui-corner-all popup" style="min-width:65%;">'; var html = '<div data-role="popup" id="popupDirectoryPicker" class="ui-corner-all popup" style="min-width:65%;">';