diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-18 04:23:53 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-06-18 04:23:53 +0000 |
commit | cabbf907970a6d514a4b9288abcfec3c0c6b2d55 (patch) | |
tree | 696dd21199d779c8764d035261f66e12c730dcce /templates | |
parent | 4811ddc8c70a7189d7347286a2892451109c226c (diff) | |
download | ampache-cabbf907970a6d514a4b9288abcfec3c0c6b2d55.tar.gz ampache-cabbf907970a6d514a4b9288abcfec3c0c6b2d55.tar.bz2 ampache-cabbf907970a6d514a4b9288abcfec3c0c6b2d55.zip |
make the live stream add work again by removing genre needs to get tag added, but I can do that later
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_add_live_stream.inc.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/show_add_live_stream.inc.php b/templates/show_add_live_stream.inc.php index 2dc9382d..f9b12e98 100644 --- a/templates/show_add_live_stream.inc.php +++ b/templates/show_add_live_stream.inc.php @@ -58,14 +58,6 @@ </td> </tr> <tr> - <td valign="top"><?php echo _('Genre'); ?></td> - <td> - <?php echo show_genre_select('genre',intval($_REQUEST['genre'])); ?> - <br /><?php echo _('OR'); ?><br /> - <input type="text" name="other_genre" value="<?php echo scrub_out($_REQUEST['other_genre']); ?>" /> - </td> -</tr> -<tr> <td><?php echo _('Catalog'); ?></td> <td> <?php echo show_catalog_select('catalog',intval($_REQUEST['catalog'])); ?> |