mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-05 19:41:55 +02:00
added ability to save playlists based on the active playlist, fixed the send on add playlist preference, send and clear still does not work, but its progress
This commit is contained in:
parent
eeeece05db
commit
32180a41a1
9 changed files with 139 additions and 22 deletions
|
@ -79,6 +79,8 @@ if (Config::get('use_rss')) { ?>
|
|||
</div>
|
||||
<!-- I hate IE...
|
||||
<table class="smeg-ie" width="100%"><tr><td> -->
|
||||
<!-- Tiny little iframe, used to cheat the system -->
|
||||
<iframe id="util_iframe" style="display:none;" src="<?php echo Config::get('web_path'); ?>/util.php"></iframe>
|
||||
<div id="content">
|
||||
<?php if (Config::get('int_config_version') != Config::get('config_version') AND $GLOBALS['user']->has_access(100)) { ?>
|
||||
<div class="fatalerror">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue