This fixes a bug in the free space bar. If more songs were added to a device than the device had storage capacity for, there would be an integer underflow and it would show that the device had an incorrect amount of storage available as in the picture.
This fix checks for that condition and replaces it as shown in this picture
This fixes a bug in the free space bar. If more songs were added to a device than the device had storage capacity for, there would be an integer underflow and it would show that the device had an incorrect amount of storage available as in the picture. This fix checks for that condition and replaces it as shown in this picture