mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 13:53:00 +00:00 
			
		
		
		
	Fix local player
This commit is contained in:
		| @@ -6,7 +6,7 @@ | |||||||
|   <meta name="description" content="myMPD - fast and lightweight MPD webclient"> |   <meta name="description" content="myMPD - fast and lightweight MPD webclient"> | ||||||
|   <meta name="author" content="mail@jcgames.de"> |   <meta name="author" content="mail@jcgames.de"> | ||||||
|   <title>myMPD: Local Player</title> |   <title>myMPD: Local Player</title> | ||||||
|   <link href="css/bootstrap.css" rel="stylesheet"> |   <link href="css/bootstrap.min.css" rel="stylesheet"> | ||||||
|   <link href="css/mpd.css" rel="stylesheet"> |   <link href="css/mpd.css" rel="stylesheet"> | ||||||
|   <link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"> |   <link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon"> | ||||||
|   <meta name="apple-mobile-web-app-capable" content="yes" /> |   <meta name="apple-mobile-web-app-capable" content="yes" /> | ||||||
| @@ -31,7 +31,7 @@ | |||||||
|   </main> |   </main> | ||||||
|  |  | ||||||
|   <script src="js/jquery-3.3.1.min.js"></script> |   <script src="js/jquery-3.3.1.min.js"></script> | ||||||
|   <script src="js/js.cookie.js"></script> |   <script src="js/js.cookie-2.2.0.min.js"></script> | ||||||
| <script type="text/javascript"> | <script type="text/javascript"> | ||||||
|         var mpdstream = Cookies.get('mpdstream'); |         var mpdstream = Cookies.get('mpdstream'); | ||||||
|         player.src = mpdstream; |         player.src = mpdstream; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 jcorporation
					jcorporation