mirror of
				https://github.com/bspeice/Melodia
				synced 2025-11-04 02:10:42 -05:00 
			
		
		
		
	Change the playlist import path
This commit is contained in:
		@ -2,7 +2,7 @@
 | 
				
			|||||||
from django.utils import simplejson
 | 
					from django.utils import simplejson
 | 
				
			||||||
from django.http import HttpResponse
 | 
					from django.http import HttpResponse
 | 
				
			||||||
 | 
					
 | 
				
			||||||
from archiver.playlist import Playlist
 | 
					from archiver.models.playlist import Playlist
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def json_response(**kwargs):
 | 
					def json_response(**kwargs):
 | 
				
			||||||
	#This is used to make sure that we have a standard json response
 | 
						#This is used to make sure that we have a standard json response
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user